Rename leader/validator to bootstrap-leader/fullnode

Only rsyncing the genesis ledger snuck in here as well
This commit is contained in:
Michael Vines
2018-12-06 13:38:45 -08:00
parent b34e197424
commit 70c149c7da
15 changed files with 135 additions and 144 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
#
# Start a dynamically-configured validator node
# Start a dynamically-configured full node
#
here=$(dirname "$0")
exec "$here"/validator.sh -x "$@"
exec "$here"/fullnode.sh -x "$@"