From 05eaa89826f0a9c9384d0bad22b17d8e0f365c3d Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 22 Nov 2018 02:17:27 -1100 Subject: [PATCH] ASSETCHAINS_LWMAPOS is int32_t --- src/chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chain.h b/src/chain.h index 5124f1197..95553c23c 100644 --- a/src/chain.h +++ b/src/chain.h @@ -20,7 +20,7 @@ class CChainPower; static const int SPROUT_VALUE_VERSION = 1001400; static const int SAPLING_VALUE_VERSION = 1010100; -extern uint32_t ASSETCHAINS_LWMAPOS; +extern int32_t ASSETCHAINS_LWMAPOS; struct CDiskBlockPos {