Skip to content

Commit

Permalink
Merge branch 'main' into support_scripting_tx_builder
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Jun 25, 2024
2 parents 2c4f195 + d9ac0c1 commit 2aff871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def generate_transfers_erc20(
account.address, block_identifier="pending"
)
# Execute one transfer per each token to send
for i in range(num_tokens_to_send):
for _ in range(num_tokens_to_send):
transaction["nonce"] = nonce
send_tx(w3, transaction, account)
nonce += 1

0 comments on commit 2aff871

Please sign in to comment.