From 00c6ec9d3f2545b6a8e79ee725add02ca29829c3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 12 Apr 2018 00:39:14 +0300 Subject: [PATCH] Test --- src/komodo_structs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/komodo_structs.h b/src/komodo_structs.h index 003cd13f6..8784ef26f 100644 --- a/src/komodo_structs.h +++ b/src/komodo_structs.h @@ -94,13 +94,16 @@ struct komodo_ccdataMoM uint256 MoM; int32_t MoMdepth,notarized_height,height,txi; }; + +struct komodo_ccdatapair { int32_t notarization_height; uint32_t MoMoMoffset; }; + struct komodo_ccdataMoMoM { uint256 MoMoM; int32_t MoMoMstart,MoMoMend,MoMoMdepth,numpairs; struct komodo_ccdatapair *pairs; }; -struct komodo_ccdatapair { int32_t notarization_height; uint32_t MoMoMoffset; }; + struct komodo_ccdata { struct komodo_ccdataMoM MoMdata;