Forward the result in a sudo call (#2594)

* Forward the result in a sudo call

* Print the error of the wrapped call in `sudo`
This commit is contained in:
Bastian Köcher
2019-05-15 18:14:33 +02:00
committed by Gavin Wood
parent 4eb18ef2ac
commit fcf9a46bcc
3 changed files with 16 additions and 3 deletions
+1
View File
@@ -2481,6 +2481,7 @@ version = "2.0.0"
dependencies = [
"parity-codec 3.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
"sr-io 2.0.0",
"sr-primitives 2.0.0",
"sr-std 2.0.0",
"srml-support 2.0.0",