run.sh logs validators to stderr (#6817)

This commit is contained in:
Jack May 2019-11-08 11:30:19 -08:00 committed by GitHub
parent 66a0f54097
commit 5b6c590057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
run.sh
View File

@ -90,6 +90,7 @@ args=(
--rpc-port 8899
--rpc-drone-address 127.0.0.1:9900
--accounts "$dataDir"/accounts
--log -
)
if [[ -n $blockstreamSocket ]]; then
args+=(--blockstream "$blockstreamSocket")