From f62d9bfbde596ca6d0d22a3ae5a58d0ee27040a8 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 15 Mar 2018 18:31:48 +0200 Subject: [PATCH] Test --- 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 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); }