Cleanup and remove dead code
This commit is contained in:
@@ -77,7 +77,7 @@ struct pax_transaction
|
||||
{
|
||||
UT_hash_handle hh;
|
||||
uint256 txid;
|
||||
uint64_t komodoshis,fiatoshis,validated;
|
||||
uint64_t puposhis,fiatoshis,validated;
|
||||
int32_t marked,height,otherheight,approved,didstats,ready;
|
||||
uint16_t vout;
|
||||
char symbol[HUSH_SMART_CHAIN_MAXLEN],source[HUSH_SMART_CHAIN_MAXLEN],coinaddr[64]; uint8_t rmd160[20],type,buf[35];
|
||||
@@ -97,7 +97,7 @@ struct hush_ccdataMoM
|
||||
int32_t MoMdepth,notarized_height,height,txi;
|
||||
};
|
||||
|
||||
struct hush_ccdata_entry { uint256 MoM; int32_t notarized_height,kmdheight,txi; char symbol[65]; };
|
||||
struct hush_ccdata_entry { uint256 MoM; int32_t notarized_height,hushheight,txi; char symbol[65]; };
|
||||
struct hush_ccdatapair { int32_t notarized_height,MoMoMoffset; };
|
||||
|
||||
struct hush_ccdataMoMoM
|
||||
|
||||
Reference in New Issue
Block a user