* 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:
@ -1206,6 +1206,7 @@ pub fn main() {
|
||||
.arg(
|
||||
Arg::with_name("rpc_pubsub_enable_block_subscription")
|
||||
.long("rpc-pubsub-enable-block-subscription")
|
||||
.requires("enable_rpc_transaction_history")
|
||||
.takes_value(false)
|
||||
.help("Enable the unstable RPC PubSub `blockSubscribe` subscription"),
|
||||
)
|
||||
|
Reference in New Issue
Block a user