From 623d2effad0bbc63358bcf29fa946b066528fa70 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 12 Apr 2018 18:53:33 +0300 Subject: [PATCH] Test --- src/komodo_structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_structs.h b/src/komodo_structs.h index 383d2fa9c..3d8f50718 100644 --- a/src/komodo_structs.h +++ b/src/komodo_structs.h @@ -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