[feature]: FundChannel
: allow setting local_funding_amount
#1254
Labels
enhancement
New feature or request
FundChannel
: allow setting local_funding_amount
#1254
Allow setting
local_funding_amount
withFundChannel
. Currently we have no way to change the amount of sats that are in a taproot assets channel.We can change
push_sat
, but if you try to push too much, you can get an erroramount pushed to remote peer for initial state must be below the local funding amount
.We should be able to use a taproot assets channel for both taproot assets and sats. It increases the usefulness of the channel and reduces the need for additional on chain transactions.
Also, right now, when testing with lots of payments, we can quickly deplete the sats in the channel because of #888 . If we are not able to change the amount of sats in a channel and push as much as we want to the other side when opening, we have to do extra bookeeping to make sure we have enough sats in our channel to keep making payments.
The text was updated successfully, but these errors were encountered: