Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Sep 18, 2024
1 parent 838843e commit d0cb7ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/monitor/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,13 +506,13 @@ func renderMonitorUI(ctx context.Context, ec *ethclient.Client, ms *monitorStatu
skeleton.TxInfo.Rows = ui.GetSimpleTxFields(tx, ms.ChainID, baseFee)
} else {
log.Error().
Int("row", transactionList.SelectedRow).
Msg("Selected row is out of range for transactions")
Int("row", transactionList.SelectedRow).
Msg("Selected row is out of range for transactions")
}
} else {
log.Debug().
Int("block", int(ms.SelectedBlock.Number().Uint64())).
Msg("No transactions available in the selected block")
Int("block", int(ms.SelectedBlock.Number().Uint64())).
Msg("No transactions available in the selected block")
}
skeleton.Receipts.Rows = ui.GetSimpleReceipt(ctx, rpc, ms.SelectedTransaction)

Expand Down

0 comments on commit d0cb7ce

Please sign in to comment.