Skip to content

Commit 1404468

Browse files
committed
routing: remove unused struct member
1 parent 8865484 commit 1404468

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

routing/payment_session_source.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ type SessionSource struct {
4343
// PathFindingConfig defines global parameters that control the
4444
// trade-off in path finding between fees and probability.
4545
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]
5046
}
5147

5248
// getRoutingGraph returns a routing graph and a clean-up function for

0 commit comments

Comments
 (0)