Fix read from backup address.
This commit is contained in:
parent
ae8f50793f
commit
5cd9f7a93b
2 changed files with 3 additions and 4 deletions
|
|
@ -222,6 +222,7 @@ Wallet.prototype.sendPublicKeyRing = function(recipients) {
|
|||
Wallet.prototype.generateAddress = function() {
|
||||
var addr = this.publicKeyRing.generateAddress();
|
||||
this.sendPublicKeyRing();
|
||||
this.store();
|
||||
return addr;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue