We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
` $ go get github.com/miguelmota/go-ethereum-hdwallet
go: github.com/miguelmota/go-ethereum-hdwallet imports github.com/btcsuite/btcutil/hdkeychain imports github.com/btcsuite/btcd/btcec: cannot find module providing package github.com/btcsuite/btcd/btcec
`
The text was updated successfully, but these errors were encountered:
Looks like this package is using a very outdated reference to btcutil which has been rolled into the btcd repository.
Sorry, something went wrong.
as time of writing this message (2024-06-01), put this line in your go.mod
go.mod
replace github.com/btcsuite/btcutil => github.com/btcsuite/btcd/btcutil v1.1.5
should fix same issue to #30
as time of writing this message (2024-06-01), put this line in your go.mod replace github.com/btcsuite/btcutil => github.com/btcsuite/btcd/btcutil v1.1.5 should fix same issue to #30
ok, Tank yoou, I will try this
yeah
No branches or pull requests
`
$ go get github.com/miguelmota/go-ethereum-hdwallet
go: github.com/miguelmota/go-ethereum-hdwallet imports
github.com/btcsuite/btcutil/hdkeychain imports
github.com/btcsuite/btcd/btcec: cannot find module providing package github.com/btcsuite/btcd/btcec
`
The text was updated successfully, but these errors were encountered: