remove many unnecesary digests
This commit is contained in:
parent
62668e8d86
commit
f764c743e4
4 changed files with 1 additions and 5 deletions
|
|
@ -319,7 +319,6 @@ Wallet.prototype.generateAddress = function(isChange) {
|
|||
var addr = this.publicKeyRing.generateAddress(isChange);
|
||||
this.sendPublicKeyRing();
|
||||
this.store();
|
||||
this.emit('refresh');
|
||||
return addr;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue