priestc / moneywagon

Universal bitcoin/altcoin blockchain client library for Python and the command line
http://multiexplorer.com
MIT License
149 stars 48 forks source link

get_single_transaction failing for block 0 #10

Closed shivaenigma closed 8 years ago

shivaenigma commented 8 years ago

These is due to the fact that both blockr and insight.bitpay somehow don't like this transaction. blockchain.info shows this, but doesn't seem to have implemented get_single_transaction

priestc commented 8 years ago

Actually a lot of services do not support block 0 it seems. Some of them are due to moneywagon bugs, some of them are the service itself do not support block 0. Best that can be done is make non-working services raise SkipThisService when block 0 is invoked for those services...