mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge eb4df9a628 into merged_master (Bitcoin PR bitcoin/bitcoin#22004)
This commit is contained in:
commit
cfd16b90ca
1 changed files with 2 additions and 5 deletions
|
|
@ -109,9 +109,6 @@ FUZZ_TARGET_INIT(transaction, initialize_transaction)
|
|||
(void)IsWitnessStandard(tx, coins_view_cache);
|
||||
|
||||
UniValue u(UniValue::VOBJ);
|
||||
TxToUniv(tx, /* hashBlock */ {}, /* include_addresses */ true, u);
|
||||
TxToUniv(tx, /* hashBlock */ {}, /* include_addresses */ false, u);
|
||||
static const uint256 u256_max(uint256S("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
|
||||
TxToUniv(tx, u256_max, /* include_addresses */ true, u);
|
||||
TxToUniv(tx, u256_max, /* include_addresses */ false, u);
|
||||
TxToUniv(tx, /* hashBlock */ uint256::ZERO, /* include_addresses */ true, u);
|
||||
TxToUniv(tx, /* hashBlock */ uint256::ONE, /* include_addresses */ false, u);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue