Fix syntax errors because I don't know C++ well enough to type 1000 lines of code without syntax errors

This commit is contained in:
jl777
2018-04-12 16:35:37 +03:00
parent 51dab14914
commit 1b491957e4
3 changed files with 23 additions and 23 deletions

View File

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