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 51a1099 commit 8738185Copy full SHA for 8738185
core-primitives/utils/src/error.rs
@@ -22,7 +22,6 @@ use std::boxed::Box;
22
23
pub type Result<T> = core::result::Result<T, Error>;
24
25
-/// extrinsics factory error
26
#[derive(Debug, thiserror::Error)]
27
pub enum Error {
28
#[error("Could not decode from hex data: {0}")]
0 commit comments