TestValidator store cpi and logs
This commit is contained in:
parent
cbb8b79a60
commit
d978cd1a2a
|
@ -376,7 +376,7 @@ fn main() {
|
||||||
.rpc_config(JsonRpcConfig {
|
.rpc_config(JsonRpcConfig {
|
||||||
enable_validator_exit: true,
|
enable_validator_exit: true,
|
||||||
enable_rpc_transaction_history: true,
|
enable_rpc_transaction_history: true,
|
||||||
enable_cpi_and_log_storage: false,
|
enable_cpi_and_log_storage: true,
|
||||||
faucet_addr,
|
faucet_addr,
|
||||||
..JsonRpcConfig::default()
|
..JsonRpcConfig::default()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue