mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -2214,7 +2214,7 @@ type HTLC struct {
|
||||||
// - 8 bytes (id)
|
// - 8 bytes (id)
|
||||||
// - 8 bytes (amount_msat)
|
// - 8 bytes (amount_msat)
|
||||||
// - 32 bytes (payment_hash)
|
// - 32 bytes (payment_hash)
|
||||||
// - 4 bytes (cltv_expiry
|
// - 4 bytes (cltv_expiry)
|
||||||
// - 1366 bytes (onion_routing_packet)
|
// - 1366 bytes (onion_routing_packet)
|
||||||
// = 64083 bytes maximum possible TLV stream
|
// = 64083 bytes maximum possible TLV stream
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue