|
@ -321,7 +321,7 @@ struct iguana_info |
|
|
bits256 cachedmerkle,notarizedhash; int32_t cachedmerkleheight; |
|
|
bits256 cachedmerkle,notarizedhash; int32_t cachedmerkleheight; |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
struct _LP_utxoinfo { bits256 txid; uint64_t value; int32_t vout:30,suppress:1,pad:1,height; }; |
|
|
struct _LP_utxoinfo { bits256 txid; uint64_t value; int32_t height; uint32_t vout:30,suppress:1,pad:1; }; |
|
|
|
|
|
|
|
|
struct LP_utxostats { uint32_t sessionid,lasttime,errors,swappending,spentflag,lastspentcheck,bestflag; }; |
|
|
struct LP_utxostats { uint32_t sessionid,lasttime,errors,swappending,spentflag,lastspentcheck,bestflag; }; |
|
|
|
|
|
|
|
|