mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-10 17:04:10 +00:00
fix: tx id to cancel
This commit is contained in:
@@ -327,7 +327,7 @@ impl WalletTransactions {
|
||||
.title(t!("modal.confirmation"))
|
||||
.show();
|
||||
} else {
|
||||
wallet.cancel(self.confirm_cancel_tx_id.unwrap());
|
||||
wallet.cancel(tx.data.id);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user