Remove per transaction fee (#4521)

automerge
This commit is contained in:
Pankaj Garg 2019-06-03 13:00:08 -07:00 committed by Grimes
parent c56052ff16
commit 40a4ac15f1
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ 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)