diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c index 81cbf8121..88786baee 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/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 )