Rename solana-fullnode to solana-validator (#4411)

This commit is contained in:
Michael Vines
2019-05-23 15:06:01 -07:00
committed by GitHub
parent b37d2fde3d
commit fb2eac20bb
23 changed files with 93 additions and 92 deletions

7
multinode-demo/validator-x.sh Executable file
View File

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