Fixed autorefresh transactions proposal with a 1-1 wallet
This commit is contained in:
parent
2c6ad1268e
commit
a6bcc63460
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue