From 4a59bcda1f570fe99fd7c3f42eb99d978d16f1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Thu, 19 Dec 2019 22:10:24 +0100 Subject: [PATCH] Set ForkNoPowerEPSUpdates to trigger at 16450 --- build/forks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/forks.go b/build/forks.go index 976b54d6c..8e8f53abe 100644 --- a/build/forks.go +++ b/build/forks.go @@ -1,4 +1,4 @@ package build const ForkCCM = 1750 -const ForkNoPowerEPSUpdates = 20000 +const ForkNoPowerEPSUpdates = 16450