fix: tx id to cancel
This commit is contained in:
parent
1e3f907234
commit
19dbec72e7
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ impl WalletTransactions {
|
||||||
.title(t!("modal.confirmation"))
|
.title(t!("modal.confirmation"))
|
||||||
.show();
|
.show();
|
||||||
} else {
|
} else {
|
||||||
wallet.cancel(self.confirm_cancel_tx_id.unwrap());
|
wallet.cancel(tx.data.id);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue