Fixed autorefresh transactions proposal with a 1-1 wallet

This commit is contained in:
Gustavo Cortez 2014-05-13 12:37:10 -03:00
commit a6bcc63460

View file

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