Break up RPC API into three categories: minimal, full and admin
This commit is contained in:
@ -51,7 +51,6 @@ For example:
|
||||
|
||||
```text
|
||||
let mut validator_config = ValidatorConfig::default();
|
||||
validator_config.rpc_config.enable_validator_exit = true;
|
||||
let local = LocalCluster::new_with_config(
|
||||
num_nodes,
|
||||
10_000,
|
||||
|
Reference in New Issue
Block a user