lnd/graph/db/models
ziggie 30ddd606fc
htlcswitch: fix outgoing cltv spelling
Rename the ForwardingInfo.OutgoingCTLV field to OutgoingCLTV and update all
call sites. This keeps the exported field spelling consistent with the CLTV
terminology used elsewhere.

Also fix the remaining CTLV typos in nearby comments.

(cherry picked from commit 4518bc7276)
2026-06-26 07:58:48 -03:00
..
cached_edge_info.go graph/db: let GraghCache.AddChannel take CachedEdgeInfo 2025-06-10 20:10:35 +02:00
cached_edge_policy.go graph/db: add CachedEdgePolicy helpers 2025-06-10 20:10:35 +02:00
channel.go htlcswitch: fix outgoing cltv spelling 2026-06-26 07:58:48 -03:00
channel_auth_proof.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
channel_edge_info.go graph/db/models: fix race conditions in ChannelEdgeInfo 2025-12-08 14:22:08 +02:00
channel_edge_policy.go graph/db: extract InboundFee at deserialisation time 2025-06-09 08:26:33 +02:00
inbound_fee.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
inbound_fee_test.go multi+refactor: move models package to graph/db 2024-11-28 13:34:33 +02:00
node.go graph/db: fix Node receivers 2025-12-09 10:18:01 +02:00