fix: fix typo "(cltv_expiry" to "(cltv_expiry)" [skip ci]

This commit is contained in:
Mohamed Awnallah 2024-01-20 17:31:19 +02:00
parent 4d8fa349ca
commit 8407e6989e
No known key found for this signature in database
GPG Key ID: 5D55706029E9B87E

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
//