This commit is contained in:
jl777
2018-04-11 20:15:09 +03:00
parent 195c2e167e
commit ee4d1d4cc0
2 changed files with 9 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ struct komodo_ccdata
{
uint32_t CCid;
uint256 MoMoM,MoM;
int32_t MoMoMdepth,numpairs,notarized_height,height,txi,len;
int32_t MoMoMstart,MoMoMend,MoMoMdepth,numpairs,notarized_height,height,txi,len,MoMdepth;
struct komodo_ccdatapair *pairs;
char symbol[65];
};