fp-account: No function or associated item named from_str
found for struct H160
#1501
Labels
bug
Something isn't working
from_str
found for struct H160
#1501
Description
A bug in
fp-account
instable2407
branch.Steps to Reproduce
Adding
fp-account = { git = "https://github.com/polkadot-evm/frontier.git", branch = "stable2407", default-features = false }
to your project dependencies. Then try to compile.Environment
rustup show
): 1.77.0Logs, Errors or Screenshots
After adding
fp-account = { git = "https://github.com/polkadot-evm/frontier.git", branch = "stable2407", default-features = false }
to my project, I encountered this error:I was pinned all polkadot-skd dependencies to "stable2407" and the same for frontier dependencies.
It's a typical cargo.toml
Additional Information
Finally, after changing
fp-account
branch to themaster
the problem solved.The text was updated successfully, but these errors were encountered: