mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-26 22:17:51 +01:00
routing: allow specifying a fee limit during route construction
This commit is contained in:
@@ -43,9 +43,9 @@ const (
|
||||
// attempt timed out before we were able to successfully route an HTLC.
|
||||
ErrPaymentAttemptTimeout
|
||||
|
||||
// ErrFeeCutoffExceeded is returned when the total fees of a route
|
||||
// exceed the user-specified maximum payment for the fee.
|
||||
ErrFeeCutoffExceeded
|
||||
// ErrFeeLimitExceeded is returned when the total fees of a route exceed
|
||||
// the user-specified fee limit.
|
||||
ErrFeeLimitExceeded
|
||||
)
|
||||
|
||||
// routerError is a structure that represent the error inside the routing package,
|
||||
|
||||
Reference in New Issue
Block a user