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

@@ -423,7 +423,7 @@ int32_t komodo_MoMdata(int32_t *notarized_htp,uint256 *MoMp,uint256 *kmdtxidp,in
*MoMoMoffsetp = np->MoMoMoffset;
*MoMoMdepthp = np->MoMoMdepth;
*kmdstartip = np->kmdstarti;
*kmdendip = np->kmdendip;
*kmdendip = np->kmdendi;
return(np->MoMdepth);
}
*notarized_htp = *MoMoMoffsetp = *MoMoMdepthp = *kmdstartip = *kmdendip = 0;