mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 06:32:18 +02:00
routing: add TlvTrafficShaper to bandwidth hints
This commit is contained in:
committed by
Oliver Gugger
parent
5dcda25881
commit
5b4de5f0d4
@@ -366,6 +366,7 @@ func (p *paymentLifecycle) requestRoute(
|
||||
rt, err := p.paySession.RequestRoute(
|
||||
ps.RemainingAmt, remainingFees,
|
||||
uint32(ps.NumAttemptsInFlight), uint32(p.currentHeight),
|
||||
p.firstHopCustomRecords,
|
||||
)
|
||||
|
||||
// Exit early if there's no error.
|
||||
|
Reference in New Issue
Block a user