From e76a545970c25769a6775fe8168578e0501581b6 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Thu, 1 Mar 2018 14:20:11 +0100 Subject: [PATCH] fixed ethstore sign (#8026) --- ethstore/cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethstore/cli/src/main.rs b/ethstore/cli/src/main.rs index e9cd4975a..45f9f6920 100644 --- a/ethstore/cli/src/main.rs +++ b/ethstore/cli/src/main.rs @@ -266,7 +266,7 @@ fn execute(command: I) -> Result where I: IntoIterator