Skip to content

Commit

Permalink
Merge branch 'propose_vote_request' of https://github.com/achamayou/CCF
Browse files Browse the repository at this point in the history
… into propose_vote_request
  • Loading branch information
achamayou committed Oct 4, 2023
2 parents 000845f + dcb2553 commit cb06796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/infra/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ def __init__(
enclave_log_level,
]

if v is None or v >= Version("4.0.10"):
if v is None or v >= Version("4.0.11"):
cmd += [
"--enclave-file",
self.enclave_file,
Expand Down

0 comments on commit cb06796

Please sign in to comment.