Add full backup stage with user feedback
This commit is contained in:
parent
49ac6dfcf4
commit
c145290167
3 changed files with 29 additions and 14 deletions
|
|
@ -327,6 +327,7 @@ Wallet.prototype.getRegisteredPeerIds = function() {
|
|||
var pid = this.network.peerFromCopayer(cid);
|
||||
this.registeredPeerIds.push({
|
||||
peerId: pid,
|
||||
copayerId: cid,
|
||||
nick: this.publicKeyRing.nicknameForCopayer(cid),
|
||||
index: i,
|
||||
});
|
||||
|
|
@ -885,7 +886,8 @@ Wallet.prototype.isReady = function() {
|
|||
|
||||
Wallet.prototype.setBackupReady = function() {
|
||||
this.publicKeyRing.setBackupReady();
|
||||
this.emit('publicKeyRingUpdated', false);
|
||||
this.sendPublicKeyRing();
|
||||
this.store();
|
||||
};
|
||||
|
||||
Wallet.prototype.signJson = function(payload) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue