Files
lnd/peer
Elle Mouton 1d162216e6 peer: stop extracting InboundFees
Like the previous commit, here we can start directly using the
InboundFee on the models.ChannelEdgePolicy object since we know we read
it from disk and so the InboundFee field will be populated accordingly.

NOTE: unlike the previous commit, behaviour is slightly different here
since previously we would error out here if TLV parsing failed whereas
now, the DB call will just skip the error and return a nil policy. This
should be ok since this is explicitly only dealing with our own updates
and so our TLV should always be valid.
2025-06-09 08:29:16 +02:00
..
2025-06-09 08:29:16 +02:00
2024-12-04 13:19:00 -07:00