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
Irrelevant
Program compiles
github.com/ethereum/go-ethereum@v1.14.7/crypto/signature_nocgo.go:91:14: assignment mismatch: 2 variables but btc_ecdsa.SignCompact returns 1 value
Use go-ethereum@v1.14.7 in your code and try to build your program.
go-ethereum@v1.14.7
P.S. v.1.14.6 does not have this issue.
The text was updated successfully, but these errors were encountered:
@AlexanderMint
Sorry, something went wrong.
This has been fixed in #30181, which is not released yet. Please downgrade your btcec dependency version to fix this issue.
Before the new version is released, you can:
go get github.com/btcsuite/btcd/btcec/v2@v2.3.3
Hi team 👋 any idea when this fix will be included in a release?
Fix is released now in v1.14.8.
No branches or pull requests
System information
Irrelevant
Expected behaviour
Program compiles
Actual behaviour
Steps to reproduce the behaviour
Use
go-ethereum@v1.14.7
in your code and try to build your program.P.S.
v.1.14.6 does not have this issue.
The text was updated successfully, but these errors were encountered: