From e60ac1ca044353ecdb4f5a0ad6928c5e1782f20d Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 08:02:27 +0300 Subject: [PATCH] Fix --- src/script/cc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/cc.h b/src/script/cc.h index ad1666b86..dc019beba 100644 --- a/src/script/cc.h +++ b/src/script/cc.h @@ -6,7 +6,7 @@ #include "cryptoconditions/include/cryptoconditions.h" -extern int32_t ASSETCHAINS_CC; +extern uint32_t ASSETCHAINS_CC; bool IsCryptoConditionsEnabled(); // Limit acceptable condition types