This commit is contained in:
jl777
2018-04-12 18:52:16 +03:00
parent 26770acc81
commit 7216ff557a
3 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ struct notarized_checkpoint
struct komodo_ccdataMoM
{
uint256 MoM;
int32_t MoMdepth,notarized_height,height,txi;
int32_t MoMdepth,notarized_height,kmdheight,txi;
};
struct komodo_ccdata_entry { uint256 MoM; int32_t notarized_height,height,txi; char symbol[65]; };