Subkey add support for interactive password (#4465)

* Subkey add support for interactive password

* Support inserting the URI from tty as well
This commit is contained in:
Bastian Köcher
2019-12-20 12:36:55 +01:00
committed by Gavin Wood
parent 4fffe19c28
commit 054607f092
4 changed files with 28 additions and 7 deletions
+1
View File
@@ -6675,6 +6675,7 @@ dependencies = [
"pallet-transaction-payment 2.0.0",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0",
"sp-runtime 2.0.0",