btcd
btcd copied to clipboard
Breaking change between btcec/v2 minor versions v2.3.2 and v2.3.4
SignCompact
's return type changed from ([]byte, error)
to []byte
.
Before:
https://github.com/btcsuite/btcd/blob/4350859a7b9f7d744c1ee717e60cd29e466e2a25/btcec/ecdsa/signature.go#L219-L220
After:
https://github.com/btcsuite/btcd/blob/ff2e03e11233fa25c01cf4acbf76501fc008b31f/btcec/ecdsa/signature.go#L235-L236
Would it be possible to retract the v2.3.4 version (and possibly v2.3.3) in the go.mod
file?
cc @NiloCK