Enable transaction fees for multinode-demo/ and net/ (#4527)

* Collect fees at the end of a slot

* Enable transaction fees for multinode-demo/ and net/
This commit is contained in:
Michael Vines
2019-06-04 14:51:52 -07:00
committed by GitHub
parent ce2ce76958
commit e3365529de
4 changed files with 21 additions and 18 deletions

View File

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