btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
479 stars 409 forks source link

Fix block transactions range check error #136

Closed imnisen closed 4 years ago

imnisen commented 5 years ago

Max transaction index should be numTx-1 not numTx

jcvernaleo commented 4 years ago

Done elsewhere.