Files
lnd/routing/payment_lifecycle.go
Johan T. Halseth 5e72a4b77c routing: exit on unexpected RequestRoute error
We whitelist a set of "expected" errors that can be returned from
RequestRoute, by converting them into a new type noRouteError. For any
other error returned by RequestRoute, we'll now exit immediately.
2020-04-02 19:31:24 +02:00

21 KiB