btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
475 stars 408 forks source link

psbt: bounds check SumUtxoInputValues with NonWitness.TxOut indexing #196

Closed Crypt-iQ closed 3 years ago

Crypt-iQ commented 3 years ago

Otherwise, a malformed packet would panic on this check since the NonWitness.TxOut field did not have the required TxOuts necessary.