From cd901f5b3ecc9e6579d27fc16d81cb9ecdc082fb Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 23 Apr 2015 16:17:18 -0300 Subject: [PATCH] only show matching network wallet in payment intents --- public/views/paymentUri.html | 7 +- src/js/controllers/index.js | 15 +++- src/js/controllers/paymentUri.js | 115 ++++++++++++++++--------------- src/js/services/go.js | 17 +++-- 4 files changed, 88 insertions(+), 66 deletions(-) diff --git a/public/views/paymentUri.html b/public/views/paymentUri.html index 8c201128f..528000cb9 100644 --- a/public/views/paymentUri.html +++ b/public/views/paymentUri.html @@ -9,15 +9,18 @@
Address: {{uri.address.toString()}}
Amount: {{uri.amount}}
Message: {{uri.message}}
+
Network: {{uri.network}}

Select a wallet

-