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

1
iguana/dpow/dpow_fsm.c

@ -199,6 +199,7 @@ int32_t dpow_opreturn_parsesrc(bits256 *blockhashp,int32_t *heightp,bits256 *txi
offset += iguana_rwbignum(0,&opret[offset],sizeof(*MoMp),MoMp->bytes);
offset += iguana_rwnum(0,&opret[offset],sizeof(*MoMdepthp),(uint32_t *)MoMdepthp);
}
printf("offset.%d vs len.%d\n",offset,len);
return(len);
}
return(-1);

Loading…
Cancel
Save