bitcoindevkit / bdk

A modern, lightweight, descriptor-based wallet library written in Rust!
Other
855 stars 307 forks source link

Add support for sending to bech32m addresses #396

Closed notmandatory closed 2 years ago

notmandatory commented 3 years ago

Since rust-bitcoin 0.26.2 supports sending to bech32m addresses bdk should also be able to support this feature. This issue may only require adding tests to verify support.

https://github.com/rust-bitcoin/rust-bitcoin/pull/601

notmandatory commented 2 years ago

Closed with #402