TestValidator store cpi and logs

This commit is contained in:
Tyera Eulberg 2021-02-01 15:34:40 -07:00
parent cbb8b79a60
commit d978cd1a2a
No known key found for this signature in database
GPG Key ID: 92310FD3120230CF
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ fn main() {
.rpc_config(JsonRpcConfig {
enable_validator_exit: true,
enable_rpc_transaction_history: true,
enable_cpi_and_log_storage: false,
enable_cpi_and_log_storage: true,
faucet_addr,
..JsonRpcConfig::default()
})