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:
Joost Jager
2020-04-22 09:19:11 +02:00
parent 8d7e07d96b
commit f6b2410011
11 changed files with 169 additions and 169 deletions

View File

@ -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