From 5a1564a63bef45fde40dab8687e4c5ccfd22cc0e Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 4 May 2016 22:09:30 +0200 Subject: [PATCH] Fix test. --- parity/configuration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parity/configuration.rs b/parity/configuration.rs index 2327417c8..83eadbc2e 100644 --- a/parity/configuration.rs +++ b/parity/configuration.rs @@ -316,7 +316,7 @@ mod tests { chain: "morden".to_owned(), max_peers: 25, network_port: 30303, - rpc_enabled: false, + rpc_enabled: true, rpc_interface: "local".to_owned(), rpc_port: 8545, });