From 3b91f33ef0369266b03e48f968e1b3b3f68e8b7e Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 26 Apr 2018 13:05:51 +0300 Subject: [PATCH] Disable MoM --- iguana/dpow/dpow_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c index a7fca399c..048c7197a 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -439,7 +439,7 @@ void dpow_statemachinestart(void *ptr) return; } MoMdepth = 0; - if ( strcmp(dp->dest,"KMD") == 0 ) + if ( 0 && strcmp(dp->dest,"KMD") == 0 ) { portable_mutex_lock(&src->MoM_mutex); MoM = dpow_calcMoM(&MoMdepth,myinfo,src,checkpoint.blockhash.height);