Skip to content

Commit

Permalink
more fixes to down function
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Nov 8, 2023
1 parent 5d51607 commit 8e0c896
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/monitor/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,10 +572,6 @@ func renderMonitorUI(ctx context.Context, ec *ethclient.Client, ms *monitorStatu
log.Warn().Err(err).Msg("Failed to fetch blocks on page down")
break
}

// Force redraw to update the UI with the new page of blocks
forceRedraw = true
redraw(ms, true)
case "<Enter>":
if blockTable.SelectedRow > 0 {
currentMode = monitorModeBlock
Expand Down

0 comments on commit 8e0c896

Please sign in to comment.