Skip to content

Commit

Permalink
channeldb: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggie1984 committed Dec 20, 2024
1 parent b0eece5 commit e8e8b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channeldb/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ func (c *OpenChannel) ChanSyncMsg() (*lnwire.ChannelReestablish, error) {
currentCommitSecret[0] ^= 1

// If this is a tweakless channel, then we'll purposefully send
// a next local height taht's invalid to trigger a force close
// a next local height that's invalid to trigger a force close
// on their end. We do this as tweakless channels don't require
// that the commitment point is valid, only that it's present.
if c.ChanType.IsTweakless() {
Expand Down

0 comments on commit e8e8b94

Please sign in to comment.