From adb65e1c9657ac127c66c255271d9fdfad7ca357 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 27 Jul 2018 01:13:27 -1100 Subject: [PATCH] Fix --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 66d7f89fa..e3441bb77 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2827,7 +2827,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin if ( ASSETCHAINS_CC != 0 ) { - if ( pqueue->IsIdle() == 0 ) + if ( scriptcheckqueue->IsIdle() == 0 ) { fprintf(stderr,"scriptcheckqueue isnt idle\n"); sleep(1);