Merge pull request #8407 from mohamedawnallah/fix-typo-channel.go

fix: fix typo "(cltv_expiry" to "(cltv_expiry)" in `channeldb/channel.go` [skip ci]
This commit is contained in:
Oliver Gugger 2024-01-22 00:46:06 -06:00 committed by GitHub
commit 2b83ea309a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2214,7 +2214,7 @@ type HTLC struct {
// - 8 bytes (id)
// - 8 bytes (amount_msat)
// - 32 bytes (payment_hash)
// - 4 bytes (cltv_expiry
// - 4 bytes (cltv_expiry)
// - 1366 bytes (onion_routing_packet)
// = 64083 bytes maximum possible TLV stream
//