mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
tidy: fixes for clang tidy ci job
This commit is contained in:
parent
8499b13762
commit
a6f8dc6a86
35 changed files with 98 additions and 115 deletions
|
|
@ -68,7 +68,7 @@ static void VerifyScriptBench(benchmark::Bench& bench)
|
|||
CDataStream streamVal(SER_NETWORK, PROTOCOL_VERSION);
|
||||
streamVal << txCredit.vout[0].nValue;
|
||||
int csuccess = bitcoinconsensus_verify_script_with_amount(
|
||||
NULL,
|
||||
nullptr,
|
||||
txCredit.vout[0].scriptPubKey.data(),
|
||||
txCredit.vout[0].scriptPubKey.size(),
|
||||
(const unsigned char*)&streamVal[0], streamVal.size(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue