Enable fees in ci/localnet-sanity.sh (#4508)

automerge
This commit is contained in:
Michael Vines
2019-05-31 16:50:39 -07:00
committed by Grimes
parent d343c409e6
commit c0a161afe8
3 changed files with 8 additions and 4 deletions

View File

@ -294,7 +294,10 @@ flag_error() {
}
if ! $skipSetup; then
multinode-demo/setup.sh --hashes-per-tick auto
multinode-demo/setup.sh \
--hashes-per-tick auto \
--lamports-per-signature 1 \
else
verifyLedger
fi