Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
38dcb1bd27
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -494,6 +494,8 @@ int64_t iguana_RTpkhashbalance(struct supernet_info *myinfo,struct iguana_info *
//printf("u%u ",unspentind);
deposits += U[unspentind].value;
memset(&outpt,0,sizeof(outpt));
outpt.txid = T[U[unspentind].txidind].txid;
outpt.vout = unspentind - T[U[unspentind].txidind].firstvout;
outpt.hdrsi = lastpt.hdrsi;
outpt.isptr = 0;
outpt.unspentind = unspentind;

Loading…
Cancel
Save