OpenBazaar / multiwallet

API based multi-cryptocurrency wallet
MIT License
72 stars 41 forks source link

Blockbook client GetTransactions returns prematurely for any failure #117

Closed placer14 closed 4 years ago

placer14 commented 4 years ago

The current multiwallet design will attempt to sync the latest state of each active address. If any address is invalid, the entire update is aborted. Instead, we should log the failure and continue so the valid addresses may still be updated.

within BlockbookClient.GetTransactions which receives the slice of btcutil.Addresses: