From cc30b05e0d3d88b68147133fcddb8a3433d8dec1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 10 Nov 2017 19:10:09 +0200 Subject: [PATCH] Test --- src/komodo_structs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_structs.h b/src/komodo_structs.h index e56ef751e..cd3adfa00 100644 --- a/src/komodo_structs.h +++ b/src/komodo_structs.h @@ -40,6 +40,7 @@ #define KOMODO_KVPROTECTED 1 #define KOMODO_KVBINARY 2 #define KOMODO_KVDURATION 1440 +#define KOMODO_ASSETCHAIN_MAXLEN 65 union _bits256 { uint8_t bytes[32]; uint16_t ushorts[16]; uint32_t uints[8]; uint64_t ulongs[4]; uint64_t txid; }; typedef union _bits256 bits256;