from https://github.com/t-bast/lightning-docs/blob/master/taproot-updates.md:
claiming successful PTLCs from the remote peer's commitment now requires using RBF and sighash flags similar to anchor outputs HTLC transactions (sighash_single | sighash_anyonecanpay trick)
in the case where the funds from a ptlc success/timeout are not sent to the local delayed pubkey (claiming from the remote commitment), a sighash none | anyone can pay can be used on the adaptor, of course the local signature will use sighash all to prevent malleability
with this, all n ptlcs can be swept in one transaction with n inputs and 1 output
is this right or am i missing something?
from https://github.com/t-bast/lightning-docs/blob/master/taproot-updates.md:
in the case where the funds from a ptlc success/timeout are not sent to the local delayed pubkey (claiming from the remote commitment), a
sighash none | anyone can paycan be used on the adaptor, of course the local signature will use sighash all to prevent malleabilitywith this, all
nptlcs can be swept in one transaction withninputs and 1 outputis this right or am i missing something?