Bugfix/block subscribe (#22516) (#22525)

* use correct operation name

* require enable_rpc_transaction_history flag when enabling block_subscription

Co-authored-by: Zano <segfaultdoctor@protonmail.com>
(cherry picked from commit 7171b3a3ac)

Co-authored-by: segfaultdoctor <zano@jito.wtf>
This commit is contained in:
mergify[bot]
2022-01-15 05:05:21 +00:00
committed by GitHub
parent a7623ad18c
commit e121b94524
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