Make room for more fields in JsonRpcConfig

This commit is contained in:
Michael Vines
2019-03-05 21:12:30 -08:00
parent b850f3c1dd
commit b03fd782de
4 changed files with 27 additions and 43 deletions

View File

@ -217,7 +217,7 @@ fn main() {
let use_only_bootstrap_leader = matches.is_present("no_leader_rotation");
if matches.is_present("enable_rpc_exit") {
fullnode_config.rpc_config = solana::rpc::JsonRpcConfig::TestOnlyAllowRpcFullnodeExit;
fullnode_config.rpc_config.enable_fullnode_exit = true;
}
let gossip_addr = {