mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 16:01:04 +00:00
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:
committed by
Gavin Wood
parent
4eb18ef2ac
commit
fcf9a46bcc
@@ -8,6 +8,7 @@ edition = "2018"
|
||||
serde = { version = "1.0", optional = true }
|
||||
parity-codec = { version = "3.3", default-features = false, features = ["derive"] }
|
||||
sr-std = { path = "../../core/sr-std", default-features = false }
|
||||
sr-io = { path = "../../core/sr-io", default-features = false }
|
||||
sr-primitives = { path = "../../core/sr-primitives", default-features = false }
|
||||
srml-support = { path = "../support", default-features = false }
|
||||
srml-support-procedural = { path = "../support/procedural" }
|
||||
@@ -23,6 +24,7 @@ std = [
|
||||
"serde",
|
||||
"parity-codec/std",
|
||||
"sr-std/std",
|
||||
"sr-io/std",
|
||||
"sr-primitives/std",
|
||||
"srml-support/std",
|
||||
"system/std",
|
||||
|
||||
Reference in New Issue
Block a user