decred / insight

A Decred blockchain API for web wallets.
10 stars 22 forks source link

If a tx is not found when loading a block/ page it doesn't show any tx #23

Closed alexlyp closed 8 years ago

alexlyp commented 8 years ago

For instance when a block is invalidated via vote, the coinbase tx is thereby invalidated and cannot be found. If this occurs the other stake transactions in the block should still load and be seen.

https://testnet.decred.org/block/000000000277ab71a267d289cb1e5a4fef769b9e6d3953ddc4b6bdeb06730ac6

alexlyp commented 8 years ago

https://testnet.decred.org/block/000000000277ab71a267d289cb1e5a4fef769b9e6d3953ddc4b6bdeb06730ac6

Confirmed that txs are now properly loading here.