Transaction id fixed
This commit is contained in:
parent
c9cdd91741
commit
372b4697e7
2 changed files with 7 additions and 6 deletions
|
|
@ -511,7 +511,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
if (err) return setSendError(err);
|
||||
if (config.notifyIfTxConfirmed && config.notifyIfTxConfirmed.enabled) {
|
||||
txConfirmNotification.subscribe(wallet, {
|
||||
txid: txp.id
|
||||
txid: txp.txid
|
||||
});
|
||||
}
|
||||
}, onSendStatusChange);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue