You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use address descriptors downstream (because bitcoind doesn't support Miniscript descriptors yet), and we can't compute the address descriptor checksum without bitcoind short of copying the checksum code from here. (See revault/revaultd#364.)
If rust-miniscript had support for address or scriptPubKey descriptors this would also solve the issue as we could just leverage their Display implem. It would be a preferable route if we think the checksum computation should be considered internal.
The text was updated successfully, but these errors were encountered:
We use address descriptors downstream (because bitcoind doesn't support Miniscript descriptors yet), and we can't compute the address descriptor checksum without bitcoind short of copying the checksum code from here. (See revault/revaultd#364.)
If rust-miniscript had support for address or scriptPubKey descriptors this would also solve the issue as we could just leverage their
Display
implem. It would be a preferable route if we think the checksum computation should be considered internal.The text was updated successfully, but these errors were encountered: