Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make special case for irregular tx with segwit BSQ inputs
Selectively disable pubkey extraction from segwit inputs of a particular tx at block height 660384 (2020-12-07), which spends spuriously created segwit BSQ (later burned), to prevent a change in the DAO state hashes from that point. (Since a tx with a given ID can only appear on one chain, a fixed global exclusion list of IDs should not cause any issues on testnet/regtest versus mainnet. This is simpler than conditioning by block height.)
- Loading branch information