We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8779adb commit e4e8186Copy full SHA for e4e8186
src/rpc/blockchain.cpp
@@ -2085,7 +2085,7 @@ static RPCHelpMan scantxoutset()
2085
// no scan in progress
2086
return NullUniValue;
2087
}
2088
- result.pushKV("progress", g_scan_progress);
+ result.pushKV("progress", g_scan_progress.load());
2089
return result;
2090
} else if (request.params[0].get_str() == "abort") {
2091
CoinsViewScanReserver reserver;
0 commit comments