Enable non-zero fees for all testnets (#4513)

automerge
This commit is contained in:
Michael Vines
2019-05-31 22:33:55 -07:00
committed by Grimes
parent ec5cca41bc
commit e15246746d
5 changed files with 13 additions and 1 deletions

View File

@ -80,6 +80,7 @@ local|tar)
args=(
--bootstrap-leader-lamports "$stake"
--bootstrap-leader-stake-lamports "$stake"
--lamports-per-signature 1
)
# shellcheck disable=SC2206 # Do not want to quote $genesisOptions
args+=($genesisOptions)
@ -152,6 +153,8 @@ local|tar)
sleep 1
;;
replicator)
net/scripts/rsync-retry.sh -vPrc "$entrypointIp":~/.cargo/bin/ ~/.cargo/bin/
args=(
"$entrypointIp":~/solana "$entrypointIp:8001"
)