Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Chain committed Feb 21, 2020
1 parent b6f18d0 commit a8e3834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func (ui *UI) info(g *gocui.Gui, x, y int) error {

fmt.Fprintf(v, "%s %s, %s %s, %s %s",
red("Unconfirmed Txs: "), white("%d", info.Size),
blue("Mempool size"), white("%s (%d block/s)", fmtSize(mSize), ceil(w/4_000_000)),
blue("Mempool size"), white("%s (%d blocks)", fmtSize(mSize), ceil(w/4_000_000)),
blue("Tx weight per second"), red("%d vBytes/s", ui.state.vBytesPerSecond),
)
return nil
Expand Down

0 comments on commit a8e3834

Please sign in to comment.