This commit is contained in:
jl777
2016-11-20 16:45:33 -03:00
parent fd0c033f72
commit a4c672852f
3 changed files with 22 additions and 12 deletions

View File

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