Skip to content

Commit

Permalink
lnd: added MaxNumPaths on blindedPathCfg to be used on AddInvoice
Browse files Browse the repository at this point in the history
  • Loading branch information
MPins committed Dec 13, 2024
1 parent 415eddd commit cfa17cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -6168,6 +6168,7 @@ func (r *rpcServer) AddInvoice(ctx context.Context,
MaxHTLCMsat: 0,
},
MinNumPathHops: blindingRestrictions.NumHops,
MaxNumPaths: blindingRestrictions.MaxNumPaths,
}
}

Expand Down

0 comments on commit cfa17cb

Please sign in to comment.