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

View File

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