Skip to content

Commit e8e8b94

Browse files
committed
channeldb: fix typo.
1 parent b0eece5 commit e8e8b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channeldb/channel.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ func (c *OpenChannel) ChanSyncMsg() (*lnwire.ChannelReestablish, error) {
18041804
currentCommitSecret[0] ^= 1
18051805

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

0 commit comments

Comments
 (0)