lnd/graph/db/models
ziggie e2351b73fc 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 10:09:46 +00: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: refactor CachedEdgePolicy to use explicit boolean fields 2026-02-13 07:21:24 +02:00
channel.go htlcswitch: fix outgoing cltv spelling 2026-06-26 10:09:46 +00:00
channel_auth_proof.go graph/db: treat empty channel signatures as missing 2026-02-13 07:21:23 +02:00
channel_edge_info.go graph/db: honor taproot feature bit in v1 funding script construction 2026-03-27 14:19:18 +02:00
channel_edge_info_test.go graph/db: honor taproot feature bit in v1 funding script construction 2026-03-27 14:19:18 +02:00
channel_edge_policy.go multi: add ChanEdgePolicyFromWire constructor for ChannelEdgePolicy 2026-02-13 07:21:24 +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 multi: drop tor v2 onion production, keep wire codec faithful 2026-05-26 10:25:30 +00:00