diff options
author | Determinant <[email protected]> | 2019-06-24 17:31:17 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-06-24 17:31:17 -0400 |
commit | 9c1ff90092532a62141ae0e9d54461300b1d47cb (patch) | |
tree | 8126fdc895710be3b3a5622ed7c492a6616d6e2a /scripts | |
parent | 811619ba36d0151d451647fe55e7a16d44b56357 (diff) |
update to work with the latest net lib
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/run_demo_client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_demo_client.sh b/scripts/run_demo_client.sh index 93a9148..5ed274d 100755 --- a/scripts/run_demo_client.sh +++ b/scripts/run_demo_client.sh @@ -1,2 +1,2 @@ #!/bin/bash -./hotstuff-client --idx 0 --iter -1 --max-async 3 +./hotstuff-client --idx 0 --iter -1 --max-async 4 |