diff --git a/rpcserver.go b/rpcserver.go index 95de1dc2..4d612f9d 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -1044,7 +1044,9 @@ func (r *rpcServer) SendPaymentSync(ctx context.Context, return nil, err } - return &lnrpc.SendResponse{}, nil + return &lnrpc.SendResponse{ + PaymentRoute: marshalRoute(route), + }, nil } // AddInvoice attempts to add a new invoice to the invoice database. Any