Improve subkey error reporting. (#4504)

This commit is contained in:
Nikolay Volf
2019-12-27 23:07:04 +03:00
committed by Bastian Köcher
parent 47639339f6
commit 885f94dfad
4 changed files with 107 additions and 75 deletions
+1
View File
@@ -22,6 +22,7 @@ pallet-balances = { version = "2.0.0", path = "../../../frame/balances" }
pallet-transaction-payment = { version = "2.0.0", path = "../../../frame/transaction-payment" }
rpassword = "4.0.1"
itertools = "0.8.2"
derive_more = { version = "0.99.2" }
[features]
bench = []