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
tapchannel: skip creating allocations for dust balances
This commit addresses an edge case where one party only has a BTC
balance (but no asset balance). In that case the balance is allowed to
be below the dust limit. But because those sats will be added to the fee
and can't be materialized on-chain, we also can't create an allocation
for the balance. Otherwise we'll have a mismatch between the number of
allocations and the number of expected on-chain outputs of the
transaction.
This isn't an issue when there is an asset balance, as in that case we
enforce that the BTC balance is above the dust limit.
0 commit comments