Fixed msys2 build crash

This commit is contained in:
SChernykh
2021-10-31 14:19:49 +01:00
parent b56d027dd5
commit 998c2ba72f
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ void p2pool::handle_miner_data(MinerData& data)
"\n---------------------------------------------------------------------------------------------------------------"
);
if (!is_main_thread) {
if (!is_main_thread()) {
update_block_template_async();
}
else {