GoUpNumber / gun

The Go Up Number Wallet
BSD Zero Clause License
49 stars 9 forks source link

split should send to last unused change address #66

Open LLFourn opened 2 years ago

LLFourn commented 2 years ago

Otherwise after you cancel a split you increment the change index too much without using any addresses inbetween.

nickfarrow commented 2 years ago

This should be updated to make use of FirstUnused with BDK if https://github.com/bitcoindevkit/bdk/pull/546 is merged