mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-19 09:32:48 +02:00
routing+routerrpc: rename max_shards to max_parts
Don't introduce a new term and align with the P in MPP.
This commit is contained in:
@ -1625,9 +1625,9 @@ type LightningPayment struct {
|
||||
// fail.
|
||||
DestCustomRecords record.CustomSet
|
||||
|
||||
// MaxShards is the maximum number of partial payments that may be used
|
||||
// MaxParts is the maximum number of partial payments that may be used
|
||||
// to complete the full amount.
|
||||
MaxShards uint32
|
||||
MaxParts uint32
|
||||
}
|
||||
|
||||
// SendPayment attempts to send a payment as described within the passed
|
||||
|
Reference in New Issue
Block a user