Merge branch 'dev' into FSM

# Conflicts:
#	src/komodo_globals.h
This commit is contained in:
jl777
2019-07-12 16:40:49 -11:00
12 changed files with 153 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) {