From b7459f00e6c57f9c84ce741f802819bf50fb5ac3 Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Fri, 4 May 2018 11:03:25 -0700 Subject: [PATCH] Problem: Foreign RPC URL is not reported in the logs The current behavior for logs displayed during the bridge initialization is not consistent - home url is reported whereas foreign url is not. Solution: report it Fixes #69 --- cli/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/src/main.rs b/cli/src/main.rs index bb2ea31..13c6511 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -125,6 +125,7 @@ fn execute(command: I, running: Arc) -> Result