handle proposal creation

This commit is contained in:
Marty Alcala 2016-10-10 16:04:54 -04:00
commit 324088b5db
3 changed files with 8 additions and 3 deletions

View file

@ -937,7 +937,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
ongoingProcess.set('signingTx', true, customStatusHandler);
root.signTx(wallet, publishedTxp, password, function(err, signedTxp) {
ongoingProcess.set('signingTx', false);
ongoingProcess.set('signingTx', false, customStatusHandler);
root.invalidateCache(wallet);