[feature]: add a proof_courier_addr
option to FundChannel
#1489
Labels
enhancement
New feature or request
In #1483 I asked for an option in
FundChannel
to match the same type of request forSendAsset
in #1476 , that is, skip courier proof transfer and allow it to be done manually. It was determined that this is a bad idea forFundChannel
because we want to make sure we have proofs available for doing a channel close.FundChannel
is a lot more sensitive thanSendAsset
for this kind of thing because we can't really allow for or rely on manual intervention in LND for closing a channel.However, we could instead add a
proof_courier_addr
option toFundChannel
to match the same option that already exists forNewAddr
. That could make sense and that is what this issue is about.Why would we want such an option?
taproot-assets.proofcourieraddr
(and maybe we want to define a bogus one because we don't want the LL default one to be accidentally attempted).Notes:
The text was updated successfully, but these errors were encountered: