From 652f5032a2936fc554d2ecec4829e16adab1dd3a Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sun, 8 Apr 2018 18:29:25 +0200 Subject: [PATCH] Fix the JSONRPC API not running with the light client (#8326) --- parity/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parity/run.rs b/parity/run.rs index 4c73fe63f..7baeaaed3 100644 --- a/parity/run.rs +++ b/parity/run.rs @@ -425,7 +425,7 @@ fn execute_light_impl(cmd: RunCmd, logger: Arc) -> Result