make GetChannel return htlcMinMsat

This commit is contained in:
Jesse de Wit
2023-08-25 14:43:06 +02:00
parent 2864710ba2
commit f03f5c0889
3 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ type GetInfoResult struct {
type GetChannelResult struct {
InitialChannelID basetypes.ShortChannelID
ConfirmedChannelID basetypes.ShortChannelID
HtlcMinimumMsat uint64
}
type OpenChannelRequest struct {