* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user