By passing a bitfield where a boolean was expected, the result was
always compressed. Fix this.
This is a backport of Core PR14195
Differential D8344
Pass export privkey DER compression flag correctly PiRK on Nov 10 2020, 07:33. Authored by Tags None Subscribers None
Details
By passing a bitfield where a boolean was expected, the result was This is a backport of Core PR14195 ninja all check-all
Diff Detail
Event TimelineComment Actions Looking at the discussion https://github.com/bitcoin/bitcoin/pull/10043, it seems that this does not really matter and is not used in any important piece of code. But it was still wrong and needed correction, and imho it is still a good idea to follow the upstream change. |