Merge pull request #843 from matiu/feature/intermediate-screen

Feature/intermediate screen
This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-07 17:54:52 -03:00
commit bc4a1ca3ee
3 changed files with 49 additions and 28 deletions

View file

@ -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,
});
}
}