Skip to content

Commit

Permalink
Added missing call to MclInit
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaddict committed Feb 15, 2024
1 parent 90bbb36 commit 19faab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bitcoind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ MAIN_FUNCTION
std::tie(argc, argv) = winArgs.get();
#endif

volatile MclInit for_side_effect_only;
NodeContext node;
int exit_status;
std::unique_ptr<interfaces::Init> init = interfaces::MakeNodeInit(node, argc, argv, exit_status);
Expand Down

0 comments on commit 19faab4

Please sign in to comment.