This commit is contained in:
jl777
2018-04-12 18:53:33 +03:00
parent 7216ff557a
commit 623d2effad

View File

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