Skip to content

Commit a0c8a1f

Browse files
authored
change tx method column size from 5 to 20 (#541)
1 parent 6799f25 commit a0c8a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/monitor/ui/ui.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ func GetTransactionsList(block rpctypes.PolyBlock, chainID *big.Int) ([]string,
376376
txs := block.Transactions()
377377

378378
headerVariables := []string{"Txn Hash", "Method", "From", "To", "Value", "Gas Price"}
379-
proportion := []int{60, 5, 50, 50, 20}
379+
proportion := []int{60, 20, 50, 50, 20}
380380

381381
header := ""
382382
for i, prop := range proportion {

0 commit comments

Comments
 (0)