mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge d87a37a4ab into merged_master (Bitcoin PR bitcoin/bitcoin#24167)
This commit is contained in:
commit
6bd5dfb3bd
9 changed files with 13 additions and 10 deletions
|
|
@ -927,7 +927,7 @@ BOOST_AUTO_TEST_CASE(script_build)
|
|||
}
|
||||
|
||||
#ifdef UPDATE_JSON_TESTS
|
||||
FILE* file = fopen("script_tests.json.gen", "w");
|
||||
FILE* file = fsbridge::fopen("script_tests.json.gen", "w");
|
||||
fputs(strGen.c_str(), file);
|
||||
fclose(file);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue