Skip to content

Commit

Permalink
disable staking of blockstreamer node
Browse files Browse the repository at this point in the history
- this will stop it from entering leader rotation schedule
  • Loading branch information
pgarg66 authored and solana-grimes committed Apr 5, 2019
1 parent adcda3c commit 42d8a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multinode-demo/fullnode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ while [[ ${1:0:1} = - ]]; do
poll_for_new_genesis_block=1
shift
elif [[ $1 = --blockstream ]]; then
setup_stakes=0
extra_fullnode_args+=("$1" "$2")
shift 2
elif [[ $1 = --enable-rpc-exit ]]; then
Expand Down

0 comments on commit 42d8a7d

Please sign in to comment.