Merge d87a37a4ab into merged_master (Bitcoin PR bitcoin/bitcoin#24167)

This commit is contained in:
Byron Hambly 2023-06-28 16:52:04 +00:00
commit 6bd5dfb3bd
9 changed files with 13 additions and 10 deletions

View file

@ -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