From b694af59bdeaa8b84a564b77e34b075e19d76929 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 22 Mar 2017 06:07:01 +0200 Subject: [PATCH] Shrink grandfather window --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ab60b627f..8a1e0380f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -735,7 +735,7 @@ int32_t komodo_grandfathered(uint32_t locktime) return(-1); } -#define KOMODO_GRANDFATHER_TIME (1490114274 + 3600*24) +#define KOMODO_GRANDFATHER_TIME (1490155211 + 3600) //(1490114274 + 3600*24) bool IsFinalTx(const CTransaction &tx, int nBlockHeight, int64_t nBlockTime,int flags) {