MutinyWallet / mutiny-node

SDK behind Mutiny Wallet
https://mutinywallet.com
MIT License
187 stars 36 forks source link

Set min anchor channel fee to 1 sat/vbyte #1223

Closed benthecarman closed 5 months ago

benthecarman commented 5 months ago

With us moving to the Zeus LSP that is lnd based, we could get force closes because lnd sets a max anchor channel fee, to make sure our min fee is never above lnd's max, we just set our min fee to 1 sat/byte to be safe.

benthecarman commented 5 months ago

Recent changes are just because anchor channels are new to us