Transaction id fixed

This commit is contained in:
Gabriel Masclef 2017-07-14 10:18:36 -03:00
commit 372b4697e7
2 changed files with 7 additions and 6 deletions

View file

@ -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);