File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ type Machine struct {
379379 // errors that cause partial writes.
380380 nextHeaderSend []byte
381381
382- // nextHeaderBody holds a reference to the remaining body bytes to write
382+ // nextBodySend holds a reference to the remaining body bytes to write
383383 // out for a pending message. This allows us to tolerate timeout errors
384384 // that cause partial writes.
385385 nextBodySend []byte
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ type Config struct {
8585 // for ease of testing.
8686 Clock clock.Clock
8787
88- // WriteFlapCounts records the flap count for a set of peers on disk.
88+ // WriteFlapCount records the flap count for a set of peers on disk.
8989 WriteFlapCount func (map [route.Vertex ]* channeldb.FlapCount ) error
9090
9191 // ReadFlapCount gets the flap count for a peer on disk.
Original file line number Diff line number Diff line change @@ -3488,7 +3488,7 @@ type ChannelCloseSummary struct {
34883488 // per-commitment-point.
34893489 RemoteNextRevocation * btcec.PublicKey
34903490
3491- // LocalChanCfg is the channel configuration for the local node.
3491+ // LocalChanConfig is the channel configuration for the local node.
34923492 LocalChanConfig ChannelConfig
34933493
34943494 // LastChanSyncMsg is the ChannelReestablish message for this channel
Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ type ChannelCloseSummary struct {
447447 // per-commitment-point.
448448 RemoteNextRevocation * btcec.PublicKey
449449
450- // LocalChanCfg is the channel configuration for the local node.
450+ // LocalChanConfig is the channel configuration for the local node.
451451 LocalChanConfig ChannelConfig
452452
453453 // LastChanSyncMsg is the ChannelReestablish message for this channel
Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ type ChannelCloseSummary struct {
583583 // per-commitment-point.
584584 RemoteNextRevocation * btcec.PublicKey
585585
586- // LocalChanCfg is the channel configuration for the local node.
586+ // LocalChanConfig is the channel configuration for the local node.
587587 LocalChanConfig ChannelConfig
588588
589589 // LastChanSyncMsg is the ChannelReestablish message for this channel
You can’t perform that action at this time.
0 commit comments