subxt signer linker errors but core compiles

This commit is contained in:
Tadeo hepperle
2024-02-14 17:14:02 +01:00
parent cc33870c6b
commit b86b1ea009
4 changed files with 4 additions and 5 deletions
+1 -3
View File
@@ -65,9 +65,7 @@ pub use crate::{
error::Error,
};
// pub use subxt_core::config;
// pub use subxt_core::config::{Config, PolkadotConfig, SubstrateConfig};
// pub use subxt_core::dynamic;
// We replace this by proper exports, once the API of subxt_core is aggreed upon.
pub use subxt_core::*;
/// Re-export external crates that are made use of in the subxt API.