many bugs fix in peer connections, and ux
This commit is contained in:
parent
333ecb352a
commit
a28e98e85d
5 changed files with 58 additions and 41 deletions
|
|
@ -72,6 +72,7 @@ PublicKeyRing.fromObj = function (data) {
|
|||
|
||||
var w = new PublicKeyRing(config);
|
||||
|
||||
w.id = data.id;
|
||||
w.requiredCopayers = data.requiredCopayers;
|
||||
w.totalCopayers = data.totalCopayers;
|
||||
w.addressIndex = data.addressIndex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue