btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
480 stars 410 forks source link

Fix OutOfRangeError bound check in block.Tx method #175

Closed onyb closed 4 years ago

onyb commented 4 years ago

Reviving #148. Also fixed the unit-tests to catch the bug.