diff --git a/src/cc/CCinclude.h b/src/cc/CCinclude.h index d693a547c..6cf32b1c5 100644 --- a/src/cc/CCinclude.h +++ b/src/cc/CCinclude.h @@ -47,7 +47,7 @@ one other technical note is that komodod has the insight-explorer extensions bui #include "../wallet/wallet.h" #include #include -#include "../komodo_globals.h" +#include "../komodo_defs.h" extern int32_t KOMODO_CONNECTING,KOMODO_CCACTIVATE; extern uint32_t ASSETCHAINS_CC; diff --git a/src/komodo_defs.h b/src/komodo_defs.h index 1d7351638..7c339856c 100644 --- a/src/komodo_defs.h +++ b/src/komodo_defs.h @@ -6,6 +6,7 @@ #define ROUNDROBIN_DELAY 61 #define KOMODO_ASSETCHAIN_MAXLEN 65 #define KOMODO_LIMITED_NETWORKSIZE 4 +#define IGUANA_MAXSCRIPTSIZE 10001 #define KOMODO_MAXMEMPOOLTIME 3600 // affects consensus #define CRYPTO777_PUBSECPSTR "020e46e79a2a8d12b9b5d12c7a91adb4e454edfae43c0a0cb805427d2ac7613fd9" diff --git a/src/komodo_globals.h b/src/komodo_globals.h index 918e7c4f6..cc5104d12 100644 --- a/src/komodo_globals.h +++ b/src/komodo_globals.h @@ -33,7 +33,6 @@ int32_t komodo_bannedset(int32_t *indallvoutsp,uint256 *array,int32_t max); pthread_mutex_t komodo_mutex; #define KOMODO_ELECTION_GAP 2000 //((ASSETCHAINS_SYMBOL[0] == 0) ? 2000 : 100) -#define IGUANA_MAXSCRIPTSIZE 10001 #define KOMODO_ASSETCHAIN_MAXLEN 65 struct pax_transaction *PAX;