add vBytes/s label on info bar
This commit is contained in:
parent
26a89e1368
commit
36b4c8bfd3
2
ui/ui.go
2
ui/ui.go
@ -265,7 +265,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("Tx weight per second"), red("%d", ui.state.vBytesPerSecond),
|
||||
blue("Tx weight per second"), red("%d vBytes/s", ui.state.vBytesPerSecond),
|
||||
)
|
||||
return nil
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user