Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 23, 2023
1 parent 910e9f8 commit b452cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/loadtest/loadtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,7 @@ func loadTestRPC(ctx context.Context, c *ethclient.Client, nonce uint64, ia *Ind
tx, _, err = c.TransactionByHash(ctx, ethcommon.HexToHash(ia.TransactionIDs[randSrc.Intn(len(ia.TransactionIDs))]))
if err != nil {
log.Error().Err(err).Msg("Unable to get the transaction hash")
return
}
_, err = c.EstimateGas(ctx, txToCallMsg(tx))
} else if funcNum < 33 {
Expand Down

0 comments on commit b452cbd

Please sign in to comment.