Skip to content

Commit

Permalink
kevm-pyk/__main__: default to no kore_rpc_command
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed Aug 23, 2023
1 parent e0cddf8 commit 475691e
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 @@ -186,7 +186,7 @@ def exec_prove(
break_every_step: bool = False,
break_on_jumpi: bool = False,
break_on_calls: bool = True,
kore_rpc_command: str | Iterable[str] = ('kore-rpc',),
kore_rpc_command: str | Iterable[str] | None = None,
use_booster: bool = False,
smt_timeout: int | None = None,
smt_retry_limit: int | None = None,
Expand Down

0 comments on commit 475691e

Please sign in to comment.