routing+routerrpc+lncli: rename MaxHtlcs to MaxShards

This commit is contained in:
Joost Jager
2020-04-14 10:10:12 +02:00
parent a53a6f160e
commit 969eecc7d2
10 changed files with 147 additions and 147 deletions

View File

@@ -1625,9 +1625,9 @@ type LightningPayment struct {
// fail.
DestCustomRecords record.CustomSet
// MaxHtlcs is the maximum number of partial payments that may be use to
// complete the full amount.
MaxHtlcs uint32
// MaxShards is the maximum number of partial payments that may be used
// to complete the full amount.
MaxShards uint32
}
// SendPayment attempts to send a payment as described within the passed