mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02:00
routing+routerrpc+lncli: rename MaxHtlcs to MaxShards
This commit is contained in:
@ -3966,7 +3966,7 @@ func (r *rpcServer) dispatchPaymentIntent(
|
||||
|
||||
// Don't enable multi-part payments on the main rpc.
|
||||
// Users need to use routerrpc for that.
|
||||
MaxHtlcs: 1,
|
||||
MaxShards: 1,
|
||||
}
|
||||
|
||||
preImage, route, routerErr = r.server.chanRouter.SendPayment(
|
||||
|
Reference in New Issue
Block a user