sc-cli: replace bip39 with tiny-bip39 (#7551)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2020-11-19 03:43:41 +08:00
committed by GitHub
parent 1eae9f5792
commit 1b62b5dc59
2 changed files with 14 additions and 87 deletions
+1 -1
View File
@@ -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" }