Pull TdS transaction fees to 0

This commit is contained in:
Michael Vines 2019-11-15 15:51:30 -07:00
parent afd9ae9999
commit 0bee05b849
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ deploy() {
${maybeInternalNodesStakeLamports} \
${maybeInternalNodesLamports} \
${maybeExternalAccountsFile} \
--target-lamports-per-signature 1 \
--target-lamports-per-signature 0 \
--slots-per-epoch 4096 \
${maybeAdditionalDisk}
)