rename initialchannelid to aliasScid and make optional

This commit is contained in:
Jesse de Wit
2023-12-29 11:26:56 +01:00
parent fb36dc8864
commit 81a24439d4
6 changed files with 81 additions and 40 deletions

View File

@@ -12,9 +12,9 @@ type GetInfoResult struct {
}
type GetChannelResult struct {
InitialChannelID ShortChannelID
ConfirmedChannelID ShortChannelID
HtlcMinimumMsat uint64
AliasScid *ShortChannelID
ConfirmedScid *ShortChannelID
HtlcMinimumMsat uint64
}
type OpenChannelRequest struct {