Skip to content

Commit 2b83ea3

Browse files
authored
Merge pull request #8407 from mohamedawnallah/fix-typo-channel.go
fix: fix typo "(cltv_expiry" to "(cltv_expiry)" in `channeldb/channel.go` [skip ci]
2 parents cc18ec4 + 8407e69 commit 2b83ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channeldb/channel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ type HTLC struct {
22142214
// - 8 bytes (id)
22152215
// - 8 bytes (amount_msat)
22162216
// - 32 bytes (payment_hash)
2217-
// - 4 bytes (cltv_expiry
2217+
// - 4 bytes (cltv_expiry)
22182218
// - 1366 bytes (onion_routing_packet)
22192219
// = 64083 bytes maximum possible TLV stream
22202220
//

0 commit comments

Comments
 (0)