lnrpc+rpcserver: add custom channel data for closed channels

This commit adds the custom channel data for closed channels which
represents the initial funding state as well as the final balances at
closing time.
This commit is contained in:
Oliver Gugger
2025-02-11 19:56:25 +01:00
parent a53c6dda64
commit bab5cabd90
4 changed files with 45 additions and 6 deletions

View File

@@ -1758,6 +1758,10 @@ message ChannelCloseSummary {
// The confirmed SCID for a zero-conf channel.
uint64 zero_conf_confirmed_scid = 15 [jstype = JS_STRING];
// The TLV encoded custom channel data records for this output, which might
// be set for custom channels.
bytes custom_channel_data = 16;
}
enum ResolutionType {