We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f99e5 commit 1f59643Copy full SHA for 1f59643
runtime/tests/sudo_wrapper.rs
@@ -38,10 +38,7 @@ fn sudo_extrinsic(inner: RuntimeCall) -> RuntimeCall {
38
})
39
}
40
41
-fn validate_ext(
42
- origin: RuntimeOrigin,
43
- call: &RuntimeCall,
44
-) -> ValidateResult<(), RuntimeCall> {
+fn validate_ext(origin: RuntimeOrigin, call: &RuntimeCall) -> ValidateResult<(), RuntimeCall> {
45
let ext = sudo_wrapper::SudoTransactionExtension::<Runtime>::new();
46
47
ext.validate(
0 commit comments