2 Commits

Author SHA1 Message Date
Olaoluwa Osuntokun
6a8da1cd80
lnwallet: store aux sig in custom data within the HTLC
We can use this space as we'll properly encode the blinded paths data
along with our custom fields before we go to write the HTLCs to the
wire.
2024-07-22 19:41:01 -07:00
Olaoluwa Osuntokun
d908e8c2f7
lnwallet: add new AuxSigner interface to mirror SigPool
In this commit, we add a new aux signer interface that's meant to mirror the SigPool. If present, this'll be used to (maybe) obtain signatures for second level HTLCs for certain classes of custom channels.
2024-05-27 13:02:16 +02:00