From 0c6665ad63fe1e3807728d726fbdc4c433650d09 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 24 Jul 2018 22:30:34 -1100 Subject: [PATCH] fix notary mining --- src/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miner.cpp b/src/miner.cpp index 4a2dda285..e377f69c4 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -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");