Skip to content

Commit

Permalink
run_kore -> run
Browse files Browse the repository at this point in the history
  • Loading branch information
anvacaru committed Sep 8, 2023
1 parent 72a9066 commit 863b313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def exec_run(
kore_pgm = kevm.kast_to_kore(kast_pgm, sort=KSort('EthereumSimulation'))
kore_pattern = kore_pgm_to_kore(kore_pgm, SORT_ETHEREUM_SIMULATION, schedule, mode, chainid)

kevm.run_kore(
kevm.run(
kore_pattern,
depth=depth,
term=True,
Expand Down

0 comments on commit 863b313

Please sign in to comment.