Merge pull request #8915 from linghuying/master

chore: fix some comments for struct field
This commit is contained in:
Oliver Gugger
2024-07-16 08:40:33 -06:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -3488,7 +3488,7 @@ type ChannelCloseSummary struct {
// per-commitment-point.
RemoteNextRevocation *btcec.PublicKey
// LocalChanCfg is the channel configuration for the local node.
// LocalChanConfig is the channel configuration for the local node.
LocalChanConfig ChannelConfig
// LastChanSyncMsg is the ChannelReestablish message for this channel

View File

@@ -447,7 +447,7 @@ type ChannelCloseSummary struct {
// per-commitment-point.
RemoteNextRevocation *btcec.PublicKey
// LocalChanCfg is the channel configuration for the local node.
// LocalChanConfig is the channel configuration for the local node.
LocalChanConfig ChannelConfig
// LastChanSyncMsg is the ChannelReestablish message for this channel

View File

@@ -583,7 +583,7 @@ type ChannelCloseSummary struct {
// per-commitment-point.
RemoteNextRevocation *btcec.PublicKey
// LocalChanCfg is the channel configuration for the local node.
// LocalChanConfig is the channel configuration for the local node.
LocalChanConfig ChannelConfig
// LastChanSyncMsg is the ChannelReestablish message for this channel