From 5738bab13e9f1a945e7733d9062a29519f68a99a Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Wed, 29 Aug 2018 15:41:13 +1200 Subject: [PATCH] Updated comments. --- src/js/services/bitcoin-uri.service.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/js/services/bitcoin-uri.service.js b/src/js/services/bitcoin-uri.service.js index 4505a6eb4..0dd57dbf2 100644 --- a/src/js/services/bitcoin-uri.service.js +++ b/src/js/services/bitcoin-uri.service.js @@ -106,7 +106,8 @@ wif: '' }'', publicAddress: { - asReceived: '', + bitpay: '', + cashAddr: '', legacy: '', }, req: { @@ -117,7 +118,8 @@ url: '' // For BIP70 } - // Need to do testnet, and copay too + Only fields that are present in the data are defined in the returned object. Both privateKey and publicAddress only have 1 field defined, if they exist at all. + The exception to this is the coin property, which is determined from other data, such as the prefix or address type. */