k-nuth / kth

High performance Bitcoin development platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

segfault in transaction::signature_operations() when the validation.state is not present

fpelliccioni opened this issue · comments

This usually happens when we fetch a transaction from the database and the state metadata is not present.

See
https://github.com/k-nuth/domain/blob/97eb02e2457aa3bdffcfeb93b21f61258a60f36c/src/chain/transaction.cpp#L503