diff --git a/js/controllers/transactions.js b/js/controllers/transactions.js index fdb023799..f1ea1952e 100644 --- a/js/controllers/transactions.js +++ b/js/controllers/transactions.js @@ -47,7 +47,7 @@ angular.module('copay.transactions').controller('TransactionsController', w.sendTx(ntxid, function(txid) { console.log('[transactions.js.68:txid:] SENTTX CALLBACK',txid); //TODO $rootScope.flashMessage = txid - ? {type:'success', message: 'Transactions SENT! txid:' + txid} + ? {type:'success', message: 'Transaction broadcasted. txid: ' + txid} : {type:'error', message: 'There was an error sending the Transaction'} ; _updateTxs();