Small fixes in subxt-core and remove metadata mod

This commit is contained in:
James Wilson
2025-10-02 15:06:07 +01:00
parent 8257e28c57
commit ee2bf5f3d9
11 changed files with 16 additions and 20 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ pub mod utils;
use crate::config::{Config, HashFor};
use crate::error::Error;
use crate::metadata::Metadata;
use crate::Metadata;
use async_trait::async_trait;
use codec::{Decode, Encode};
use futures::{Stream, StreamExt};
+1 -1
View File
@@ -18,7 +18,7 @@ pub use dispatch_error::{
};
// Re-expose the errors we use from other crates here:
pub use crate::metadata::Metadata;
pub use crate::Metadata;
pub use scale_decode::Error as DecodeError;
pub use scale_encode::Error as EncodeError;
pub use subxt_core::error::{ExtrinsicError, MetadataError, StorageError};