From afa4cd607eb10cfc739fdfe5473e7fbd66273d42 Mon Sep 17 00:00:00 2001 From: Scott Fairclough Date: Thu, 24 Oct 2024 17:22:19 +0100 Subject: [PATCH] batches support fork 13 --- zk/stages/stage_batches.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zk/stages/stage_batches.go b/zk/stages/stage_batches.go index fd465623021..050e96b72c4 100644 --- a/zk/stages/stage_batches.go +++ b/zk/stages/stage_batches.go @@ -31,7 +31,7 @@ import ( ) const ( - HIGHEST_KNOWN_FORK = 12 + HIGHEST_KNOWN_FORK = 13 STAGE_PROGRESS_SAVE = 3000000 NEW_BLOCKS_ON_DS_LIMIT = 10000 )