mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
In the previous commit the AdditionalEdge interface was introduced with both of its implementations `BlindedEdge` and `PrivateEdge`. In both cases where we append a route either by a blinded route section or private route hints we now use these new types. In addition the `PayloadSizeFunc` type is introduced in the `unifiedEdge` struct. This is necessary to have the payload size function at hand when searching for a route hence not overshooting the max sphinx package size of 1300 bytes. |
||
---|---|---|
.. | ||
config.go | ||
driver.go | ||
forward_interceptor.go | ||
log.go | ||
router.pb.go | ||
router.pb.gw.go | ||
router.pb.json.go | ||
router.proto | ||
router.swagger.json | ||
router.yaml | ||
router_backend.go | ||
router_backend_test.go | ||
router_grpc.pb.go | ||
router_server.go | ||
router_server_deprecated.go | ||
router_server_test.go | ||
routing_config.go | ||
subscribe_events.go |