Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Oct 25, 2024
1 parent 6a1c020 commit 59403ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subxt/src/error/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pub use dispatch_error::{

// Re-expose the errors we use from other crates here:
pub use crate::metadata::Metadata;
pub use jsonrpsee_types::error::ErrorObject;
pub use scale_decode::Error as DecodeError;
pub use scale_encode::Error as EncodeError;
pub use subxt_core::error::{ExtrinsicParamsError, MetadataError, StorageAddressError};
Expand Down

0 comments on commit 59403ff

Please sign in to comment.