diff --git a/src/komodo.h b/src/komodo.h index 46bfd224f..c62382f1d 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -422,7 +422,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) } } } - if ( komodo_isratify(1,numvalid) > 13 ) + if ( komodo_isratify(1,numvalid) > 7 ) { memset(&txhash,0,sizeof(txhash)); komodo_stateupdate(height,pubkeys,numvalid,0,txhash,0,0,0,0,0,0,0,0,0);