diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c index 81902bd7c..07ef4b4fd 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -286,7 +286,7 @@ bits256 dpow_calcMoM(uint32_t *MoMdepthp,struct supernet_info *myinfo,struct igu } free(merkles); } else printf("%s.ht%d mismatched merkles\n",coin->symbol,height); - } + } else printf("%s.ht%d null checkmerkleroot\n",coin->symbol,height); *MoMdepthp = MoMdepth; return(MoM); }