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
@holzeis: Do you mean that the change output is missing when the transaction is still unconfirmed? I can reproduce that, but once the transaction is confirmed, the balance is updated correctly.
We should still include pending outputs in the wallet balance somehow.
I think this can be fixed by adding a get_change_address method to rust-dlc's Wallet trait.
At the moment, there is only a get_new_address method which is used for every situation. bdk can trust unconfirmed payments to change addresses, but not unconfirmed payments to external addresses.
Labeling this as bug as it used to behave differently before.
The text was updated successfully, but these errors were encountered: