Skip to content

Commit 043644f

Browse files
authored
Update balance.py
1 parent 6f21be8 commit 043644f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/balance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def set_balance_in_wei(address, balance):
2121
time.sleep(2)
2222

2323
if account.balance() != balance:
24-
web3.provider.make_request("evm_mine", [{blocks: 5}])
24+
web3.provider.make_request("evm_mine", [{"blocks": 5}])
2525

2626
if account.balance() != balance:
2727
time.sleep(2)

0 commit comments

Comments
 (0)