diff options
Diffstat (limited to 'run_client.sh')
-rwxr-xr-x | run_client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_client.sh b/run_client.sh index 0efc198..93a9148 100755 --- a/run_client.sh +++ b/run_client.sh @@ -1,2 +1,2 @@ #!/bin/bash -./hotstuff-client --idx 0 --ntx -1 +./hotstuff-client --idx 0 --iter -1 --max-async 3 |