Rename remaining uses of fullnode to validator (#6476)

automerge
This commit is contained in:
Greg Fitzgerald
2019-10-21 21:21:21 -06:00
committed by Grimes
parent 18feba2431
commit 3b9b9b1500
12 changed files with 139 additions and 139 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
#
# This script is to be run on the bootstrap full node
# This script is to be run on the bootstrap validator
#
cd "$(dirname "$0")"/../..