Browse Source

Test

pull/4/head
jl777 6 years ago
parent
commit
5c739676bf
  1. 4
      src/komodo_structs.h

4
src/komodo_structs.h

@ -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];
};

Loading…
Cancel
Save