mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-03 17:26:57 +01:00
In this commit we move the tracking of the outstanding intercepted htlcs to InterceptableSwitch. This is a preparation for making the htlc interceptor required. Required interception involves tracking outstanding htlcs across multiple grpc client sessions. The per-session routerrpc forwardInterceptor object is therefore no longer the best place for that. |
||
---|---|---|
.. | ||
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 | ||
routing_config.go | ||
subscribe_events.go |