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
RequiredReserve rpc "returns the minimum amount of satoshis that should be kept in the wallet in order to fee bump anchor channels if necessary"
Right now we're always adding that amount to the bip21 amount, when in reality we should only be adding the difference between our current on-chain reserve and the rquired reserve if the amount in the wallet is < the reserve
The text was updated successfully, but these errors were encountered:
DanGould
changed the title
RequiredReserve asked for rather than kept
Always paying full RequiredReserve instead of topping it up
Nov 19, 2022
Fixpayjoin#76. Lnd's RequiredReserve returns the amount the wallet needs
to have when it opens a channel. Only add reserve amount if it is
missing from the wallet's total balance
Fixpayjoin#76. Lnd's RequiredReserve returns the amount the wallet needs
to have when it opens a channel. Only add reserve amount if it is
missing from the wallet's total balance
Fix#76. Lnd's RequiredReserve returns the amount the wallet needs
to have when it opens a channel. Only add reserve amount if it is
missing from the wallet's total balance
RequiredReserve rpc "returns the minimum amount of satoshis that should be kept in the wallet in order to fee bump anchor channels if necessary"
Right now we're always adding that amount to the bip21 amount, when in reality we should only be adding the difference between our current on-chain reserve and the rquired reserve if the amount in the wallet is < the reserve
The text was updated successfully, but these errors were encountered: