Bugfix/block subscribe (#22516)

* use correct operation name

* require enable_rpc_transaction_history flag when enabling block_subscription

Co-authored-by: Zano <segfaultdoctor@protonmail.com>
This commit is contained in:
segfaultdoctor
2022-01-14 21:53:34 -05:00
committed by GitHub
parent 70633b5c2f
commit 7171b3a3ac
3 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,9 @@ while [[ -n $1 ]]; do
elif [[ $1 = --enable-rpc-transaction-history ]]; then
args+=("$1")
shift
elif [[ $1 = --rpc-pubsub-enable-block-subscription ]]; then
args+=("$1")
shift
elif [[ $1 = --enable-cpi-and-log-storage ]]; then
args+=("$1")
shift