diff options
author | Determinant <[email protected]> | 2020-02-25 16:16:33 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2020-02-25 16:16:33 -0500 |
commit | 601fe38247a8232694a3c9af282c179e6ad1720d (patch) | |
tree | d72360651d73d67af6bc3bd51801b8fb1825d8e0 /scripts | |
parent | 978f39fb6e01256d388bc295e4fd8138f20ef58f (diff) |
bump salticidae version and make some minor changes
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/run_demo_client.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/run_demo_client.sh b/scripts/run_demo_client.sh index f27b44d..c124d5d 100755 --- a/scripts/run_demo_client.sh +++ b/scripts/run_demo_client.sh @@ -1,2 +1,7 @@ #!/bin/bash +# Try to run run_demo.sh first and then this script, then use Ctrl-C to +# terminate the proposing replica (e.g. replica 0). Leader rotation will be +# scheduled. Try to kill and run this script again, new commands should still +# get through (be replicated) once the new leader becomes stable. + ./examples/hotstuff-client --idx 0 --iter -1 --max-async 4 |