From 9886d2781e3db3843ccc4145a489975c191bb83a Mon Sep 17 00:00:00 2001 From: debris Date: Thu, 1 Mar 2018 13:07:56 +0100 Subject: [PATCH] fixed ethstore sign --- 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 e9cd4975a52..45f9f6920ee 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