mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 14:45:23 +01:00
fix: fix typo "(cltv_expiry" to "(cltv_expiry)" [skip ci]
This commit is contained in:
parent
4d8fa349ca
commit
8407e6989e
@ -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
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user