test-validator-bin: reinstate full rpc method set

This commit is contained in:
Trent Nelson
2022-02-02 15:46:16 -07:00
committed by mergify[bot]
parent ab02dba96f
commit c62f9839a2
3 changed files with 14 additions and 4 deletions

View File

@@ -617,7 +617,7 @@ fn main() {
enable_rpc_transaction_history: true,
enable_cpi_and_log_storage: true,
faucet_addr,
..JsonRpcConfig::default()
..JsonRpcConfig::default_for_test()
})
.pubsub_config(PubSubConfig {
enable_vote_subscription,