From 6d5cb6d448764965b50bdd52911bfb91e3981376 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 17 Nov 2016 18:15:45 -0300 Subject: [PATCH] test --- src/komodo.h | 2 ++ src/komodo_utils.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index f041e54b7..5dde73472 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -30,6 +30,8 @@ #include #include #include +#include "uthash.h" +#include "utlist.h" #define GENESIS_NBITS 0x1f00ffff #define KOMODO_MINRATIFY 7 diff --git a/src/komodo_utils.h b/src/komodo_utils.h index ec2e2ce9d..7669d8c12 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -34,8 +34,6 @@ union _bits256 { uint8_t bytes[32]; uint16_t ushorts[16]; uint32_t uints[8]; uin typedef union _bits256 bits256; #include "mini-gmp.c" -#include "uthash.h" -#include "utlist.h" #define CRYPTO777_PUBSECPSTR "020e46e79a2a8d12b9b5d12c7a91adb4e454edfae43c0a0cb805427d2ac7613fd9" #define CRYPTO777_KMDADDR "RXL3YXG2ceaB6C5hfJcN4fvmLH2C34knhA"