From 4ede9a61efe5c25edbc45d4077d2f7e838e8d065 Mon Sep 17 00:00:00 2001 From: Robert Raynor <35671663+mooselumph@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:22:36 +0000 Subject: [PATCH] Cleanup --- disperser/batcher/encoding_streamer.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/disperser/batcher/encoding_streamer.go b/disperser/batcher/encoding_streamer.go index 8313ce597a..719e26c791 100644 --- a/disperser/batcher/encoding_streamer.go +++ b/disperser/batcher/encoding_streamer.go @@ -18,11 +18,6 @@ import ( const encodingInterval = 2 * time.Second -// For local environments where we create a chain, deploy the contracts, and -// then start the encoding streamer, we make sure that the reference block number -// is at least 1000 so that the operator state is available. -const MinimumReferenceBlockNumber = 1000 - var errNoEncodedResults = errors.New("no encoded results") type EncodedSizeNotifier struct {