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. */