mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 20:55:41 +00:00
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:
committed by
Gavin Wood
parent
4fffe19c28
commit
054607f092
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user