Bitcoin-com / Wallet

MIT License
335 stars 233 forks source link

BIP70: PaymentURL #576

Open monsterbitar opened 5 years ago

monsterbitar commented 5 years ago

The Bip70 spec says that if a PaymentURL is present, the payment should be sent to it.

Bitcoin-com's wallet does not do this, it instead always sends to the URL where it found the request to begin with.

Electron Cash follows the spec and works as intended in this regard.

readcash commented 5 years ago

Hmmm, that might be why our tests with Bitcoin.com wallet on read.cash failed. https://www.reddit.com/r/btc/comments/dy1wem/happy_birthday_readcash/f7zgc9o/

Ping me if you need the details.