]> git.pld-linux.org Git - packages/feathercoin.git/blame - feathercoin-univalue.patch
boost rebuild
[packages/feathercoin.git] / feathercoin-univalue.patch
CommitLineData
27aee4eb
JB
1--- Feathercoin-0.19.1/src/rpc/blockchain.cpp.orig 2020-08-06 11:29:39.000000000 +0200
2+++ Feathercoin-0.19.1/src/rpc/blockchain.cpp 2020-09-22 19:32:56.101427468 +0200
3@@ -2094,7 +2094,7 @@
4 // no scan in progress
5 return NullUniValue;
6 }
7- result.pushKV("progress", g_scan_progress);
8+ result.pushKV("progress", g_scan_progress.load());
9 return result;
10 } else if (request.params[0].get_str() == "abort") {
11 CoinsViewScanReserver reserver;
This page took 0.162068 seconds and 4 git commands to generate.