mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
scripted-diff: Use clang-tidy syntax for C++ named arguments
-BEGIN VERIFY SCRIPT-
perl -0777 -pi -e 's:((\(|\{|,)(\n| )*)\/\* ?([^=* ]+) ?\*\/ ?:\1/*\4=*/:g' $( git ls-files ./src/test ./src/wallet/test )
-END VERIFY SCRIPT-
This commit is contained in:
@@ -103,6 +103,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user