hashing working
This commit is contained in:
parent
c1881d5fbb
commit
08fa60d41c
4 changed files with 34 additions and 44 deletions
|
|
@ -123,7 +123,7 @@ Wallet.prototype._handleData = function(senderId, data, isInbound) {
|
|||
};
|
||||
|
||||
Wallet.prototype._handleNetworkChange = function(newCopayerId) {
|
||||
if (newPeerId) {
|
||||
if (newCopayerId) {
|
||||
this.log('#### Setting new PEER:', newCopayerId);
|
||||
this.sendWalletId(newCopayerId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue