Merge pull request #843 from matiu/feature/intermediate-screen
Feature/intermediate screen
This commit is contained in:
commit
bc4a1ca3ee
3 changed files with 49 additions and 28 deletions
|
|
@ -326,7 +326,8 @@ Wallet.prototype.getRegisteredPeerIds = function() {
|
|||
var pid = this.network.peerFromCopayer(cid);
|
||||
this.registeredPeerIds.push({
|
||||
peerId: pid,
|
||||
nick: this.publicKeyRing.nicknameForCopayer(cid)
|
||||
nick: this.publicKeyRing.nicknameForCopayer(cid),
|
||||
index: i,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue