From b306ed25a169f2adcfb22f3d7b257daf5c54abd2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 21 Mar 2017 21:23:10 +0200 Subject: [PATCH] Test --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4f11b7154..31e185fce 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -722,7 +722,8 @@ int32_t komodo_grandfathered(uint32_t locktime) 1486502320, 1486496032, 1486507806, 1486490938, 1485981956, 1486466190, 1487578969, 1487625710, 1488740061, 1489381998, 1489368980, 1489394298, 1489379223, 1489373356, 1489381621, 1489385381, 1489383213, 1489419739, 1489381922, 1489511155, 1489372632, 1489519630, 1489683097, 1489695388, - 1489817053, 1489814059, 1489958883, 1490111575, 1490112310, 1490112397, 1490116047, 1490114274, + 1489817053, 1489814059, 1489958883, 1490111575, 1490111662, 1490112310, 1490112397, 1490116047, + 1490114274, }; int32_t i; if ( locktime <= grandfathered[sizeof(grandfathered)/sizeof(*grandfathered) - 1] )