Revert "disable staking of blockstreamer node"

This reverts commit 42d8a7d9e7.
This commit is contained in:
Pankaj Garg 2019-04-06 15:36:00 +00:00 committed by Grimes
parent 878a842611
commit 03da63b41b
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ 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