This commit is contained in:
jl777
2018-04-12 00:40:23 +03:00
parent 00c6ec9d3f
commit c0d01b7da4
2 changed files with 4 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ struct komodo_ccdatapair { int32_t notarization_height; uint32_t MoMoMoffset; };
struct komodo_ccdataMoMoM
{
uint256 MoMoM;
int32_t MoMoMstart,MoMoMend,MoMoMdepth,numpairs;
int32_t MoMoMstart,MoMoMend,MoMoMdepth,numpairs,len;
struct komodo_ccdatapair *pairs;
};