|
@ -300,9 +300,9 @@ TWO_STRINGS(iguana,dpow,symbol,pubkey) |
|
|
if ( myinfo->numdpows++ == 0 ) |
|
|
if ( myinfo->numdpows++ == 0 ) |
|
|
portable_mutex_init(&dp->mutex); |
|
|
portable_mutex_init(&dp->mutex); |
|
|
PAX_init(); |
|
|
PAX_init(); |
|
|
printf(">>>>>>>>>>>>>>> call paxpending\n"); |
|
|
//printf(">>>>>>>>>>>>>>> call paxpending\n");
|
|
|
uint8_t buf[32768]; |
|
|
//uint8_t buf[32768];
|
|
|
dpow_paxpending(buf); |
|
|
//dpow_paxpending(buf);
|
|
|
return(clonestr("{\"result\":\"success\"}")); |
|
|
return(clonestr("{\"result\":\"success\"}")); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|