paritytech / subxt

Interact with Substrate based nodes in Rust or WebAssembly
Other
391 stars 236 forks source link

Wrong import in `subxt-signer::eth` #1552

Closed muraca closed 2 months ago

muraca commented 2 months ago

I found a weird issue with this line https://github.com/paritytech/subxt/blob/e1fb401619d80d38d3697752b07c0769a5d6121a/signer/src/eth.rs#L271

I started by importing the dependency

cargo init foo
cd foo
cargo add subxt-signer --git https://github.com/paritytech/subxt/ --rev e1fb401 --features unstable-eth

with this simple setup, cargo check does not complain, but cargo build gives me the following error: image