From d7f29aacf8eac0071c6950a0e2378e43e60814e6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 22 Nov 2018 02:12:14 -1100 Subject: [PATCH] uint32_t --- src/chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chain.h b/src/chain.h index 95553c23c..5124f1197 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 int32_t ASSETCHAINS_LWMAPOS; +extern uint32_t ASSETCHAINS_LWMAPOS; struct CDiskBlockPos {