Names fixes
This commit is contained in:
parent
372b4697e7
commit
a3949efbfd
6 changed files with 12 additions and 12 deletions
|
|
@ -509,7 +509,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
|
||||
walletService.publishAndSign(wallet, txp, function(err, txp) {
|
||||
if (err) return setSendError(err);
|
||||
if (config.notifyIfTxConfirmed && config.notifyIfTxConfirmed.enabled) {
|
||||
if (config.confirmedTxsNotifications && config.confirmedTxsNotifications.enabled) {
|
||||
txConfirmNotification.subscribe(wallet, {
|
||||
txid: txp.txid
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue