The default Display fmt of ChildNumber was changed in this commit 017cd71 and it's causing test failures in BDK because the descriptors we print have a different format.
Originally hardened ChildNumbers were always printed with ', but now that's only done when the "alternate" form is explicitly enabled, which means that just printing a path with the standard {} results in a different string compared to the previous releases.
The default Display fmt of
ChildNumberwas changed in this commit 017cd71 and it's causing test failures in BDK because the descriptors we print have a different format.Originally hardened ChildNumbers were always printed with
', but now that's only done when the "alternate" form is explicitly enabled, which means that just printing a path with the standard{}results in a different string compared to the previous releases.