stratumn / go-core

Stratumn's core utilities to create decentralized applications and networks
Apache License 2.0
0 stars 0 forks source link

btc: simplify balance calculation #451

Closed stephan83 closed 6 years ago

stephan83 commented 6 years ago

I think that because of the pagination of the Blockcypher API, the calculated balance could be too small because it didn't include all the unspent outputs. It's much simpler to use the balance returned by the API anyways, I don't know why I didn't do that before!


This change is Reviewable