@ -549,6 +549,7 @@ int32_t iguana_unspentslists(struct supernet_info *myinfo,struct iguana_info *co
unspents[0] = ((uint64_t)bu->hdrsi << 32) | bu->unspentind;
unspents[1] = bu->value;
sum += bu->value;
bu->status = 1;
unspents++;
numunspents++;
}
@ -181,7 +181,7 @@ extern int32_t IGUANA_NUMHELPERS;
#define IGUANA_PEER_KILLED 4
#define IGUANA_NORMAL_TXVERSION 1
#define IGUANA_LOCKTIME_TXVERSION 4
#define IGUANA_LOCKTIME_TXVERSION 1
#define IGUANA_SEARCHBUNDLE 1
#define IGUANA_SEARCHNOLAST (IGUANA_SEARCHBUNDLE | 2)