From 4409abe42cf0e8a4aac5e44b9db8ba74ad1b60c6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 26 Sep 2016 01:07:16 -0300 Subject: [PATCH] test --- includes/iguana_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/iguana_structs.h b/includes/iguana_structs.h index 464ff2f9d..d27d4d618 100755 --- a/includes/iguana_structs.h +++ b/includes/iguana_structs.h @@ -286,7 +286,7 @@ struct iguana_utxo { uint32_t fromheight:31,lockedflag:1,prevunspentind:31,spent struct iguana_hhaccount { UT_hash_handle hh; uint64_t pval; struct iguana_account a; }PACKEDSTRUCT; #endif struct iguana_hhutxo { UT_hash_handle hh; uint64_t uval; struct iguana_utxo u; }PACKEDSTRUCT; -struct iguana_utxoaddr { UT_hash_handle hh; int64_t histbalance; uint32_t pkind:31,searchedhist:1; uint16_t hdrsi; uint8_t rmd160[20]; }PACKEDSTRUCT; +struct iguana_utxoaddr { UT_hash_handle hh; uint64_t histbalance; uint32_t pkind:31,searchedhist:1; uint16_t hdrsi; uint8_t rmd160[20]; }PACKEDSTRUCT; // GLOBAL one zero to non-zero write (unless reorg) struct iguana_spendvector { uint64_t value; uint32_t pkind,unspentind; int32_t fromheight; uint16_t hdrsi:15,tmpflag:1; }PACKEDSTRUCT; // unspentind