mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
use snafu in core
This commit is contained in:
@@ -429,7 +429,9 @@ macro_rules! impl_tuples {
|
||||
if is_type_empty(e.extra_ty(), types) {
|
||||
continue
|
||||
} else {
|
||||
return Err(ExtrinsicParamsError::UnknownSignedExtension(e.identifier().to_owned()));
|
||||
return Err(ExtrinsicParamsError::UnknownSignedExtension {
|
||||
extension: e.identifier().to_owned()
|
||||
});
|
||||
}
|
||||
};
|
||||
params.push(ext);
|
||||
|
||||
Reference in New Issue
Block a user