diff --git a/routing/router.go b/routing/router.go index a8a7a01a..b3e0ce14 100644 --- a/routing/router.go +++ b/routing/router.go @@ -1213,7 +1213,7 @@ sendLoop: fErr, ok := sendError.(*htlcswitch.ForwardingError) if !ok { - return preImage, nil, err + return preImage, nil, sendError } errSource := fErr.ErrorSource