jl777 8 years ago
parent
commit
c3011b9ef1
  1. 4
      iguana/iguana_notary.c

4
iguana/iguana_notary.c

@ -280,9 +280,9 @@ int32_t dpow_haveutxo(struct supernet_info *myinfo,struct iguana_info *coin,bits
} }
} }
} }
} } else printf("null array size\n");
free_json(unspents); free_json(unspents);
} } else printf("null return from dpow_listunspent\n");
printf("%s haveutxo.%d\n",coin->symbol,haveutxo); printf("%s haveutxo.%d\n",coin->symbol,haveutxo);
return(haveutxo); return(haveutxo);
} }

Loading…
Cancel
Save