Open elderapo opened 2 years ago
I am pretty sure it worked fine in the past so probably https://explorers.api.live.ledger.com/blockchain/v3/bch/addresses/bitcoincash:qz00gq5knkfc9m4ejepcawzgl2fxzznvquc5cnfnkf/transactions just used to not include OP_RETURN outpoints.
Can this get addressed? I am not able to use my wallet because of that.
Ledger Live Version and Operating System
Expected behavior
Basically, your API returns
<unknown>
address value when output is OP_RETURN (it has no address, can be seen/tested here). Then somewhere else in a code there is a call to toCashAddress which throws for OP_RETURN outputs because it can't convert<unknown>
string into a valid bitcoin cash address.