From e88dc7afb3b98491bdbdd320924ce009fe0757a5 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 24 Apr 2014 23:13:55 -0300 Subject: [PATCH] peer checking againt by key ring --- index.html | 14 +-- js/controllers/setup.js | 2 +- js/controllers/signin.js | 11 +- js/controllers/transactions.js | 14 ++- js/models/core/PublicKeyRing.js | 20 ++- js/models/core/Wallet.js | 43 +++---- js/models/core/WalletFactory.js | 12 +- js/models/network/WebRTC.js | 217 ++++++++++++++++++++------------ js/services/controllerUtils.js | 4 +- 9 files changed, 199 insertions(+), 138 deletions(-) diff --git a/index.html b/index.html index f9d2d4bfd..354d20504 100644 --- a/index.html +++ b/index.html @@ -17,12 +17,12 @@ Copay
-
-
Wallet: {{$root.wallet.name}} <{{$root.wallet.id}}>
-

-

-
-
Wallet ID: {{$root.wallet.id}}
+
+
+ Wallet ID: {{$root.wallet.id}} + Wallet: {{$root.wallet.name}} <{{$root.wallet.id}}> + [{{$root.wallet.requiredCopayers}}-{{$root.wallet.totalCopayers}}]
+

Balance: {{totalBalance || 0}}
@@ -101,7 +101,7 @@