This commit is contained in:
jl777
2018-04-11 18:44:51 +03:00
parent c4f1c94158
commit 9496b29305

View File

@@ -93,7 +93,7 @@ struct komodo_ccdatapair { int32_t notarization_height; uint32_t MoMoMoffset; };
struct komodo_ccdata struct komodo_ccdata
{ {
uint32_t CCid; uint32_t CCid;
bits256 MoMoM,MoM; uint256 MoMoM,MoM;
int32_t MoMoMdepth,numpairs,notarized_height,height,txi,len; int32_t MoMoMdepth,numpairs,notarized_height,height,txi,len;
struct komodo_ccdatapair *pairs; struct komodo_ccdatapair *pairs;
char symbol[65]; char symbol[65];