Add FeeCalculator to the genesis block (#4196)

This commit is contained in:
Michael Vines
2019-05-07 20:28:41 -07:00
committed by GitHub
parent 674a49f8d7
commit 7609a007c6
8 changed files with 70 additions and 62 deletions

View File

@ -78,7 +78,7 @@ local|tar)
fi
set -x
if [[ $skipSetup != true ]]; then
./multinode-demo/setup.sh -b $stake
./multinode-demo/setup.sh --bootstrap-leader-lamports $stake
fi
./multinode-demo/drone.sh > drone.log 2>&1 &