From 7e2cbee18181bd85c1ca5bc3b797479312e3e19e Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 6 Feb 2017 10:32:30 +0200 Subject: [PATCH] test --- src/komodo_globals.h | 2 +- src/txmempool.cpp | 2 +- src/wallet/wallet.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/komodo_globals.h b/src/komodo_globals.h index 536fc0b5b..833169626 100644 --- a/src/komodo_globals.h +++ b/src/komodo_globals.h @@ -36,7 +36,7 @@ struct knotaries_entry *Pubkeys; struct komodo_state KOMODO_STATES[34]; -#define _COINBASE_MATURITY 64 +#define _COINBASE_MATURITY 100 int COINBASE_MATURITY = _COINBASE_MATURITY;//100; int32_t IS_KOMODO_NOTARY,KOMODO_REWIND,USE_EXTERNAL_PUBKEY,KOMODO_CHOSEN_ONE,ASSETCHAINS_SEED,KOMODO_ON_DEMAND,KOMODO_EXTERNAL_NOTARIES,KOMODO_PASSPORT_INITDONE,KOMODO_PAX,KOMODO_EXCHANGEWALLET; diff --git a/src/txmempool.cpp b/src/txmempool.cpp index 6afaa8166..e1bb80a08 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -14,7 +14,7 @@ #include "util.h" #include "utilmoneystr.h" #include "version.h" -#define _COINBASE_MATURITY 64 +#define _COINBASE_MATURITY 100 using namespace std; diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index c587f30cb..c790198df 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -58,7 +58,7 @@ static const unsigned int MAX_FREE_TRANSACTION_CREATE_SIZE = 1000; //! Size of witness cache // Should be large enough that we can expect not to reorg beyond our cache // unless there is some exceptional network disruption. -#define _COINBASE_MATURITY 64 +#define _COINBASE_MATURITY 100 static const unsigned int WITNESS_CACHE_SIZE = _COINBASE_MATURITY+1; class CAccountingEntry;