Fix the typo that has been bothering me each time I copy-pasted this example

This commit is contained in:
Klecko 2024-02-25 14:41:06 +02:00 committed by GitHub
parent 0ee2fda1c6
commit fde720ea3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ def main(argv):
# Avoiding this address
avoid_address = 0x080485A8
simulation.explore(find=good_address , avoid=avoid_address ))
simulation.explore(find=good_address, avoid=avoid_address)
# If found a way to reach the address
if simulation.found: