Skip to content

Commit 8407e69

Browse files
fix: fix typo "(cltv_expiry" to "(cltv_expiry)" [skip ci]
1 parent 4d8fa34 commit 8407e69

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)