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

@ -270,6 +270,7 @@ EOF
default_arg --storage-keypair "$storage_keypair_path"
default_arg --ledger "$ledger_config_dir"
rsync_entrypoint_url=$(rsync_url "$entrypoint")
elif [[ $node_type = bootstrap_leader ]]; then
if [[ ${#positional_args[@]} -ne 0 ]]; then
fullnode_usage "Unknown argument: ${positional_args[0]}"