fix notary mining

This commit is contained in:
jl777
2018-07-24 22:30:34 -11:00
parent d3e128d961
commit 0c6665ad63

View File

@@ -494,7 +494,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn,int32_t gpucount)
}
}
}
if ( pindexPrev != 0 && ASSETCHAINS_STAKED == 0 )
if ( pindexPrev != 0 && ASSETCHAINS_STAKED == 0 && (ASSETCHAINS_SYMBOL[0] != 0 || IS_KOMODO_NOTARY == 0 || My_notaryid < 0) )
{
CValidationState state;
//fprintf(stderr,"check validity\n");