From cf5e4bf545596eee82ca567c63f66f886049f133 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 7 Mar 2016 11:41:50 -0300 Subject: [PATCH] test --- iguana/iguana777.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana777.h b/iguana/iguana777.h index 7e24a3944..554a1055b 100755 --- a/iguana/iguana777.h +++ b/iguana/iguana777.h @@ -321,7 +321,7 @@ struct iguana_ledger // ramchain append only structs -> canonical 32bit inds and ledgerhashes struct iguana_unspent20 { uint64_t value; uint32_t scriptfpos,txidind:28,type:4; uint16_t scriptlen; uint8_t rmd160[20],script[68]; } __attribute__((packed)); -struct iguana_spend256 { bits256 prevhash2; uint8_t vinscript[108]; uint32_t sequenceid,scriptfpos; int16_t prevout; uint16_t vinscriptlen,spendind; } __attribute__((packed)); +struct iguana_spend256 { bits256 prevhash2; uint8_t vinscript[140]; uint32_t sequenceid,scriptfpos; int16_t prevout; uint16_t vinscriptlen,spendind; } __attribute__((packed)); struct iguana_txid { bits256 txid; uint32_t txidind,firstvout,firstvin,locktime,version,timestamp,extraoffset; uint16_t numvouts,numvins; } __attribute__((packed));