Skip to content

Commit f072ab8

Browse files
committed
fix lint
1 parent 558cb1e commit f072ab8

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

block/manager.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ const defaultBlockTime = 1 * time.Second
5151
// defaultLazyBlockTime is used only if LazyBlockTime is not configured for manager
5252
const 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
5855
const defaultMempoolTTL = 25
5956

node/full_node_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)