From 102026d872b5ecaf1aa938b9c223c3f77bdd3dd8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 4 Nov 2016 14:27:09 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);