Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mooselumph committed Mar 15, 2024
1 parent 849d283 commit 4ede9a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions disperser/batcher/encoding_streamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4ede9a6

Please sign in to comment.