Skip to content

Commit

Permalink
Bump subkey version
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Jul 18, 2020
1 parent 3a82a43 commit 9bb747c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/subkey/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subkey"
version = "1.2.0"
version = "1.3.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bin/subkey/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ where

fn read_genesis_hash(matches: &ArgMatches) -> H256 {
let genesis_hash: Hash = match matches.value_of("genesis").unwrap_or("plasm") {
"dusty" => hex!["c10deaf46d28e8398d238981b74d3a9b63198668e0c14562b7365f3958d2eade"].into(),
"dusty" => hex!["8900db704dc3e07ad9126407eb62af6d2cbb4c07d6f936400fc2134330825188"].into(),
"plasm" => hex!["3e86364d4b4894021cb2a0390bcf2feb5517d5292f2de2bb9404227e908b0b8b"].into(),
h => hex::decode(h)
.ok()
Expand Down

0 comments on commit 9bb747c

Please sign in to comment.