mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 205877e55f into merged_master (Bitcoin PR bitcoin/bitcoin#23546)
This commit is contained in:
commit
77acfd01b8
31 changed files with 170 additions and 170 deletions
|
|
@ -108,6 +108,6 @@ FUZZ_TARGET_INIT(transaction, initialize_transaction)
|
|||
(void)IsWitnessStandard(tx, coins_view_cache);
|
||||
|
||||
UniValue u(UniValue::VOBJ);
|
||||
TxToUniv(tx, /* hashBlock */ uint256::ZERO, u);
|
||||
TxToUniv(tx, /* hashBlock */ uint256::ONE, u);
|
||||
TxToUniv(tx, /*hashBlock=*/uint256::ZERO, u);
|
||||
TxToUniv(tx, /*hashBlock=*/uint256::ONE, u);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue