jl777 7 years ago
parent
commit
f62d9bfbde
  1. 2
      iguana/dpow/dpow_fsm.c

2
iguana/dpow/dpow_fsm.c

@ -286,7 +286,7 @@ bits256 dpow_calcMoM(uint32_t *MoMdepthp,struct supernet_info *myinfo,struct igu
} }
free(merkles); free(merkles);
} else printf("%s.ht%d mismatched merkles\n",coin->symbol,height); } else printf("%s.ht%d mismatched merkles\n",coin->symbol,height);
} } else printf("%s.ht%d null checkmerkleroot\n",coin->symbol,height);
*MoMdepthp = MoMdepth; *MoMdepthp = MoMdepth;
return(MoM); return(MoM);
} }

Loading…
Cancel
Save