This commit is contained in:
jl777
2016-11-08 11:54:29 -03:00
parent 1fc75a27d3
commit d95563bec0

View File

@@ -20,7 +20,7 @@ struct pax_transaction
UT_hash_handle hh;
uint256 txid;
uint64_t komodoshis,fiatoshis;
int32_t marked,kmdheight;
int32_t marked,height,otherheight;
uint16_t vout;
char symbol[16],coinaddr[64]; uint8_t rmd160[20],shortflag;
} *PAX;