mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-31 16:09:02 +02:00
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:
commit
2b83ea309a
@ -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…
x
Reference in New Issue
Block a user