This commit is contained in:
jl777
2016-12-07 15:55:48 +02:00
parent ba01ff1f0e
commit 115e6a5c86
2 changed files with 16 additions and 21 deletions

View File

@@ -57,7 +57,7 @@ struct pax_transaction
UT_hash_handle hh;
uint256 txid;
uint64_t komodoshis,fiatoshis,validated;
int32_t marked,height,otherheight,approved,didstats;
int32_t marked,height,otherheight,approved,didstats,ready;
uint16_t vout;
char symbol[16],source[16],coinaddr[64]; uint8_t rmd160[20],type,buf[35];
};