mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 9eaef10801 into merged_master (Bitcoin PR bitcoin/bitcoin#25707)
This commit is contained in:
commit
1006327a13
28 changed files with 43 additions and 39 deletions
|
|
@ -948,7 +948,7 @@ BOOST_AUTO_TEST_CASE(script_json_test)
|
|||
UniValue tests = read_json(std::string(json_tests::script_tests, json_tests::script_tests + sizeof(json_tests::script_tests)));
|
||||
|
||||
for (unsigned int idx = 0; idx < tests.size(); idx++) {
|
||||
UniValue test = tests[idx];
|
||||
const UniValue& test = tests[idx];
|
||||
std::string strTest = test.write();
|
||||
CScriptWitness witness;
|
||||
CAmount nValue = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue