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
@@ -20,6 +20,7 @@ codec = { package = "parity-scale-codec", version = "1.0.0" }
frame-system = { version = "2.0.0", path = "../../../frame/system" }
pallet-balances = { version = "2.0.0", path = "../../../frame/balances" }
pallet-transaction-payment = { version = "2.0.0", path = "../../../frame/transaction-payment" }
rpassword = "4.0.1"
[features]
bench = []