From 5c739676bf774eab74a419009c8e4e4d97cf122b Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 11 Apr 2018 18:40:48 +0300 Subject: [PATCH] Test --- src/komodo_structs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_structs.h b/src/komodo_structs.h index 984138cc2..d266d0d15 100644 --- a/src/komodo_structs.h +++ b/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]; };