diff --git a/signer/src/eth.rs b/signer/src/eth.rs index 0c4d80b0d3e..49fdbd02d72 100644 --- a/signer/src/eth.rs +++ b/signer/src/eth.rs @@ -268,7 +268,7 @@ pub mod dev { #[cfg(feature = "subxt")] mod subxt_compat { use subxt_core::config::Config; - use subxt_core::tx::Signer as SignerT; + use subxt_core::tx::signer::Signer as SignerT; use super::*;