hashing working

This commit is contained in:
Matias Alejo Garcia 2014-04-23 16:02:23 -03:00
commit 08fa60d41c
4 changed files with 34 additions and 44 deletions

View file

@ -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);
}