Skip to content

Commit

Permalink
sc-cli: replace bip39 with tiny-bip39 (paritytech#7551)
Browse files Browse the repository at this point in the history
Signed-off-by: koushiro <[email protected]>
  • Loading branch information
koushiro authored and darkfriend77 committed Jan 11, 2021
1 parent 66ea5ad commit 897c247
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 87 deletions.
99 changes: 13 additions & 86 deletions 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 client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ libp2p = "0.30.1"
parity-scale-codec = "1.3.0"
hex = "0.4.2"
rand = "0.7.3"
bip39 = "0.6.0-beta.1"
tiny-bip39 = "0.8.0"
serde_json = "1.0.41"
sc-keystore = { version = "2.0.0", path = "../keystore" }
sp-panic-handler = { version = "2.0.0", path = "../../primitives/panic-handler" }
Expand Down

0 comments on commit 897c247

Please sign in to comment.