Skip to content

Commit

Permalink
fix: gofmt block/manager.go and remove typo (cosmos#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzdybal committed Jan 6, 2022
1 parent 2704dda commit feb7aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions block/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func NewManager(
mempool mempool.Mempool,
proxyApp proxy.AppConnConsensus,
dalc da.DataAvailabilityLayerClient,
eventBus *tmtypes.EventBus,
eventBus *tmtypes.EventBus,
logger log.Logger,
) (*Manager, error) {
s, err := getInitialState(store, genesis)
Expand Down Expand Up @@ -206,7 +206,7 @@ func (m *Manager) RetrieveLoop(ctx context.Context) {
}

func (m *Manager) mustRetrieveBlock(ctx context.Context, height uint64) {
// TOOD(tzdybal): extract configuration option
// TODO(tzdybal): extract configuration option
maxRetries := 10

for r := 0; r < maxRetries; r++ {
Expand Down

0 comments on commit feb7aab

Please sign in to comment.