Skip to content

Commit 54396f1

Browse files
committed
fix typos
1 parent 0abd182 commit 54396f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/loadtest/loadtest.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ func initializeLoadTestParams(ctx context.Context, c *ethclient.Client) error {
358358
return fmt.Errorf("unable to set account pool. %w", err)
359359
}
360360

361-
// Only call FundAccounts() to pre fund accounts if preFundSendingAccounts enabled and sendingAAccountsCount > 1.
362-
// For single account, it will not be prefunded.
361+
// Only call FundAccounts() to pre fund accounts if preFundSendingAccounts enabled and sendingAccountsCount > 1.
362+
// For a single account, it will not be prefunded.
363363
if preFundSendingAccounts && sendingAccountsCount > 1 {
364364
// Check if we need to auto-set funding amount for multiple accounts or pre-funding
365365
if inputLoadTestParams.AccountFundingAmount.Cmp(new(big.Int)) > 0 {

0 commit comments

Comments
 (0)