We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8865484 commit 1404468Copy full SHA for 1404468
routing/payment_session_source.go
@@ -43,10 +43,6 @@ type SessionSource struct {
43
// PathFindingConfig defines global parameters that control the
44
// trade-off in path finding between fees and probability.
45
PathFindingConfig PathFindingConfig
46
-
47
- // TrafficShaper is an optional traffic shaper that can be used to
48
- // control the outgoing channel of a payment.
49
- TrafficShaper fn.Option[TlvTrafficShaper]
50
}
51
52
// getRoutingGraph returns a routing graph and a clean-up function for
0 commit comments