diff --git a/src/wallet/wallet.rs b/src/wallet/wallet.rs index 4c62641..f8bf2d9 100644 --- a/src/wallet/wallet.rs +++ b/src/wallet/wallet.rs @@ -915,7 +915,7 @@ impl Wallet { thread::sleep(Duration::from_millis(1000)); } let instance = wallet.instance.clone().unwrap(); - cancel_tx(instance, None, &None, Some(id), None).unwrap(); + let _ = cancel_tx(instance, None, &None, Some(id), None); // Setup posting flag, and ability to finalize. { let mut w_data = wallet.data.write();