Update comment
Update comment
This commit is contained in:
parent
7c61e890c5
commit
d771aa353e
@ -75,7 +75,7 @@ var minerSelectMsgsCmd = &cli.Command{
|
|||||||
totalGas += f.Message.GasLimit
|
totalGas += f.Message.GasLimit
|
||||||
}
|
}
|
||||||
|
|
||||||
// Log the duration, size of the mempool, and number of selected messages
|
// Log the duration, size of the mempool, selected messages and total gas limit of selected messages
|
||||||
fmt.Printf("Message selection took %s\n", duration)
|
fmt.Printf("Message selection took %s\n", duration)
|
||||||
fmt.Printf("Size of the mempool: %d\n", mpoolSize)
|
fmt.Printf("Size of the mempool: %d\n", mpoolSize)
|
||||||
fmt.Println("selected messages: ", len(msgs))
|
fmt.Println("selected messages: ", len(msgs))
|
||||||
|
Loading…
Reference in New Issue
Block a user