jl777 8 years ago
parent
commit
39b711e79c
  1. 2
      iguana/dpow/dpow_fsm.c

2
iguana/dpow/dpow_fsm.c

@ -401,6 +401,8 @@ void dpow_statemachinestart(void *ptr)
bp->srccoin = src;
bp->destcoin = dest;
bp->opret_symbol = dp->symbol;
if ( jsonstr != 0 )
printf("jsonstr.(%s)\n",jsonstr);
if ( jsonstr != 0 && (json= cJSON_Parse(jsonstr)) != 0 )
{
if ( (ratified= jarray(&numratified,json,"ratified")) != 0 )

Loading…
Cancel
Save