hexonaut / bitcoin-transaction

Send Bitcoins from one wallet to another. This is designed to be as simple to use as possible.
MIT License
49 stars 34 forks source link

Automatic Handling of Failures for getBalance #1

Open hexonaut opened 6 years ago

hexonaut commented 6 years ago

Sometimes public services return 4XX errors. Possibly from throttling or intermittent errors. In any case the service should have an option to auto-retry for the getBalance function switching between service providers to find one that works.