Skip to content

Commit

Permalink
Fix: qtum_evm_globals.py test
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Jun 8, 2024
1 parent a98b864 commit de38d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/qtum_evm_globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def verify_evm_globals_test(self, use_staking=False):
sender = self.node.getnewaddress()
sender_pkh = p2pkh_to_hex_hash(sender)
self.node.sendtoaddress(sender, 1)
self.node.generate(1)
self.node.generate(5)
"""
Function signatures:
Expand Down

0 comments on commit de38d72

Please sign in to comment.