Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
fixing ethstore [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Drwięga committed Aug 22, 2016
1 parent 9be1163 commit 1a0103a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethstore/src/bin/ethstore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ fn execute<S, I>(command: I) -> Result<String, Error> where I: IntoIterator<Item
let signature = try!(store.sign(&address, &password, &message));
Ok(format!("{}", signature))
} else {
println!("{}", USAGE);
Ok(format!("{}", USAGE))
}
}

0 comments on commit 1a0103a

Please sign in to comment.