Def
This commit is contained in:
@@ -47,7 +47,7 @@ one other technical note is that komodod has the insight-explorer extensions bui
|
|||||||
#include "../wallet/wallet.h"
|
#include "../wallet/wallet.h"
|
||||||
#include <univalue.h>
|
#include <univalue.h>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include "../komodo_globals.h"
|
#include "../komodo_defs.h"
|
||||||
|
|
||||||
extern int32_t KOMODO_CONNECTING,KOMODO_CCACTIVATE;
|
extern int32_t KOMODO_CONNECTING,KOMODO_CCACTIVATE;
|
||||||
extern uint32_t ASSETCHAINS_CC;
|
extern uint32_t ASSETCHAINS_CC;
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
#define ROUNDROBIN_DELAY 61
|
#define ROUNDROBIN_DELAY 61
|
||||||
#define KOMODO_ASSETCHAIN_MAXLEN 65
|
#define KOMODO_ASSETCHAIN_MAXLEN 65
|
||||||
#define KOMODO_LIMITED_NETWORKSIZE 4
|
#define KOMODO_LIMITED_NETWORKSIZE 4
|
||||||
|
#define IGUANA_MAXSCRIPTSIZE 10001
|
||||||
#define KOMODO_MAXMEMPOOLTIME 3600 // affects consensus
|
#define KOMODO_MAXMEMPOOLTIME 3600 // affects consensus
|
||||||
#define CRYPTO777_PUBSECPSTR "020e46e79a2a8d12b9b5d12c7a91adb4e454edfae43c0a0cb805427d2ac7613fd9"
|
#define CRYPTO777_PUBSECPSTR "020e46e79a2a8d12b9b5d12c7a91adb4e454edfae43c0a0cb805427d2ac7613fd9"
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ int32_t komodo_bannedset(int32_t *indallvoutsp,uint256 *array,int32_t max);
|
|||||||
pthread_mutex_t komodo_mutex;
|
pthread_mutex_t komodo_mutex;
|
||||||
|
|
||||||
#define KOMODO_ELECTION_GAP 2000 //((ASSETCHAINS_SYMBOL[0] == 0) ? 2000 : 100)
|
#define KOMODO_ELECTION_GAP 2000 //((ASSETCHAINS_SYMBOL[0] == 0) ? 2000 : 100)
|
||||||
#define IGUANA_MAXSCRIPTSIZE 10001
|
|
||||||
#define KOMODO_ASSETCHAIN_MAXLEN 65
|
#define KOMODO_ASSETCHAIN_MAXLEN 65
|
||||||
|
|
||||||
struct pax_transaction *PAX;
|
struct pax_transaction *PAX;
|
||||||
|
|||||||
Reference in New Issue
Block a user