remove many unnecesary digests

This commit is contained in:
Manuel Araoz 2014-05-09 15:17:24 -03:00
commit f764c743e4
4 changed files with 1 additions and 5 deletions

View file

@ -319,7 +319,6 @@ Wallet.prototype.generateAddress = function(isChange) {
var addr = this.publicKeyRing.generateAddress(isChange);
this.sendPublicKeyRing();
this.store();
this.emit('refresh');
return addr;
};