Merge branch 'jl777' into nSPV

This commit is contained in:
jl777
2019-07-12 16:43:41 -11:00
12 changed files with 150 additions and 15 deletions

View File

@@ -147,7 +147,7 @@ namespace {
struct CBlockIndexWorkComparator
{
bool operator()(const CBlockIndex *pa, const CBlockIndex *pb) const {
bool operator()(CBlockIndex *pa, const CBlockIndex *pb) const {
// First sort by most total work, ...
if (ASSETCHAINS_LWMAPOS) {