Skip to content

Commit c0d02a4

Browse files
committed
improve contender comments
1 parent d00255a commit c0d02a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playground/components.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -728,10 +728,10 @@ func (c *Contender) Name() string {
728728
func (c *Contender) Run(service *Service, ctx *ExContext) {
729729
args := []string{
730730
"spam",
731-
"-l", // loop indefinitely
732-
"--min-balance", "10 ether",
733-
"-r", Connect("el", "http"),
734-
"--tps", "20", // send 20 txs per block
731+
"-l", // loop indefinitely
732+
"--min-balance", "10 ether", // give each spammer 10 ether (sender must have 100 ether because default number of spammers is 10)
733+
"-r", Connect("el", "http"), // connect to whatever EL node is available
734+
"--tps", "20", // send 20 txs per second
735735
}
736736
service.WithImage("flashbots/contender").
737737
WithTag("latest").

0 commit comments

Comments
 (0)