Fixed autorefresh transactions proposal with a 1-1 wallet

This commit is contained in:
Gustavo Cortez 2014-05-13 12:37:10 -03:00
parent 2c6ad1268e
commit a6bcc63460
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ Wallet.prototype.createTx = function(toAddress, amountSatStr, opts, cb) {
self.sendPublicKeyRing(); // Change Address
self.sendTxProposals();
self.store();
self.emit('txProposalsUpdated');
}
return cb();
});