From 9496b293056e832e9cc9c3e92162f46f25590139 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 11 Apr 2018 18:44:51 +0300 Subject: [PATCH] Test --- src/komodo_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_structs.h b/src/komodo_structs.h index d266d0d15..ff7b7c27a 100644 --- a/src/komodo_structs.h +++ b/src/komodo_structs.h @@ -93,7 +93,7 @@ struct komodo_ccdatapair { int32_t notarization_height; uint32_t MoMoMoffset; }; struct komodo_ccdata { uint32_t CCid; - bits256 MoMoM,MoM; + uint256 MoMoM,MoM; int32_t MoMoMdepth,numpairs,notarized_height,height,txi,len; struct komodo_ccdatapair *pairs; char symbol[65];