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
SignCompact's return type changed from ([]byte, error) to []byte.
SignCompact
([]byte, error)
[]byte
Before:
btcd/btcec/ecdsa/signature.go
Lines 219 to 220 in 4350859
After:
Lines 235 to 236 in ff2e03e
Would it be possible to retract the v2.3.4 version (and possibly v2.3.3) in the go.mod file?
go.mod
cc @NiloCK
The text was updated successfully, but these errors were encountered:
See #2221
Sorry, something went wrong.
Thanks @Roasbeef. If retracting the version has already been decided against, this issue can be closed. Otherwise, it may be beneficial to consider.
No branches or pull requests
SignCompact
's return type changed from([]byte, error)
to[]byte
.Before:
btcd/btcec/ecdsa/signature.go
Lines 219 to 220 in 4350859
After:
btcd/btcec/ecdsa/signature.go
Lines 235 to 236 in ff2e03e
Would it be possible to retract the v2.3.4 version (and possibly v2.3.3) in the
go.mod
file?cc @NiloCK
The text was updated successfully, but these errors were encountered: