зеркало из https://github.com/microsoft/CCF.git
Fix documented options for `--consensus` in `sandbox.sh` and `e2e_args.py` (#4967)
This commit is contained in:
Родитель
a471de8615
Коммит
b08299ddc2
|
@ -183,7 +183,7 @@ def cli_args(add=lambda x: None, parser=None, accept_unknown=False):
|
|||
"--consensus",
|
||||
help="Consensus",
|
||||
default="CFT",
|
||||
choices=("CFT"),
|
||||
choices=("CFT",),
|
||||
)
|
||||
parser.add_argument(
|
||||
"--worker-threads",
|
||||
|
|
Загрузка…
Ссылка в новой задаче