This commit is contained in:
jl777
2018-04-11 18:40:48 +03:00
parent 2fb22ef82d
commit 5c739676bf

View File

@@ -94,8 +94,8 @@ struct komodo_ccdata
{
uint32_t CCid;
bits256 MoMoM,MoM;
int32_t MoMoMdepth,numpairs,notarized_height,height,txi;
struct ccdatapair *pairs;
int32_t MoMoMdepth,numpairs,notarized_height,height,txi,len;
struct komodo_ccdatapair *pairs;
char symbol[65];
};