Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
c71bc9b978
  1. 1
      iguana/iguana_unspents.c
  2. 2
      includes/iguana_defines.h

1
iguana/iguana_unspents.c

@ -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++;
}

2
includes/iguana_defines.h

@ -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)

Loading…
Cancel
Save