This commit is contained in:
jl777
2018-04-12 00:39:14 +03:00
parent d269d79ecc
commit 00c6ec9d3f

View File

@@ -94,13 +94,16 @@ struct komodo_ccdataMoM
uint256 MoM; uint256 MoM;
int32_t MoMdepth,notarized_height,height,txi; int32_t MoMdepth,notarized_height,height,txi;
}; };
struct komodo_ccdatapair { int32_t notarization_height; uint32_t MoMoMoffset; };
struct komodo_ccdataMoMoM struct komodo_ccdataMoMoM
{ {
uint256 MoMoM; uint256 MoMoM;
int32_t MoMoMstart,MoMoMend,MoMoMdepth,numpairs; int32_t MoMoMstart,MoMoMend,MoMoMdepth,numpairs;
struct komodo_ccdatapair *pairs; struct komodo_ccdatapair *pairs;
}; };
struct komodo_ccdatapair { int32_t notarization_height; uint32_t MoMoMoffset; };
struct komodo_ccdata struct komodo_ccdata
{ {
struct komodo_ccdataMoM MoMdata; struct komodo_ccdataMoM MoMdata;