Skip to content

Commit 22bd433

Browse files
Remove default maintenance_rate at argparse level (#2639)
1 parent 2fd0490 commit 22bd433

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kevm-pyk/src/kevm_pyk/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,6 @@ def kprove_args(self) -> ArgumentParser:
838838
args.add_argument(
839839
'--maintenance-rate',
840840
dest='maintenance_rate',
841-
default=1,
842841
type=int,
843842
help='The number of proof iterations performed between two writes to disk and status bar updates. Note that setting to >1 may result in work being discarded if proof is interrupted.',
844843
)

0 commit comments

Comments
 (0)