File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,9 +51,6 @@ const defaultBlockTime = 1 * time.Second
5151// defaultLazyBlockTime is used only if LazyBlockTime is not configured for manager
5252const defaultLazyBlockTime = 60 * time .Second
5353
54- // defaultBatchRetrievalInterval is the interval at which the sequencer retrieves batches
55- const defaultBatchRetrievalInterval = 1 * time .Second
56-
5754// defaultMempoolTTL is the number of blocks until transaction is dropped from mempool
5855const defaultMempoolTTL = 25
5956
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import (
1414 abci "github.com/cometbft/cometbft/abci/types"
1515 cmconfig "github.com/cometbft/cometbft/config"
1616 cmcrypto "github.com/cometbft/cometbft/crypto"
17+ cmproto "github.com/cometbft/cometbft/proto/tendermint/types"
1718 "github.com/cometbft/cometbft/proxy"
1819 cmtypes "github.com/cometbft/cometbft/types"
1920
@@ -26,7 +27,6 @@ import (
2627
2728 testutils "github.com/celestiaorg/utils/test"
2829
29- cmproto "github.com/cometbft/cometbft/proto/tendermint/types"
3030 goDA "github.com/rollkit/go-da"
3131 damock "github.com/rollkit/go-da/mocks"
3232 "github.com/rollkit/rollkit/block"
You can’t perform that action at this time.
0 commit comments