We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f21be8 commit 043644fCopy full SHA for 043644f
utils/balance.py
@@ -21,7 +21,7 @@ def set_balance_in_wei(address, balance):
21
time.sleep(2)
22
23
if account.balance() != balance:
24
- web3.provider.make_request("evm_mine", [{blocks: 5}])
+ web3.provider.make_request("evm_mine", [{"blocks": 5}])
25
26
27
0 commit comments