some connection in intermediate screen
This commit is contained in:
parent
fd9d8d9e2e
commit
652726dbe9
3 changed files with 6 additions and 2 deletions
|
|
@ -633,7 +633,9 @@ Wallet.prototype.sendReject = function(ntxid) {
|
|||
});
|
||||
};
|
||||
|
||||
|
||||
Wallet.prototype.sendWalletReady = function(recipients) {
|
||||
preconditions.checkArgument(recipients);
|
||||
this.log('### SENDING WalletReady TO:', recipients);
|
||||
|
||||
this.send(recipients, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue