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

4
multinode-demo/validator.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
here=$(dirname "$0")
exec "$here"/fullnode.sh --validator "$@"