This commit is contained in:
jl777
2018-07-27 01:14:11 -11:00
parent adb65e1c96
commit 163b0aa78b

View File

@@ -2827,7 +2827,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin
if ( ASSETCHAINS_CC != 0 )
{
if ( scriptcheckqueue->IsIdle() == 0 )
if ( scriptcheckqueue.IsIdle() == 0 )
{
fprintf(stderr,"scriptcheckqueue isnt idle\n");
sleep(1);