mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 22:12:37 +02:00
routing+routerrpc+lncli: rename MaxHtlcs to MaxShards
This commit is contained in:
@@ -88,7 +88,7 @@ func (h htlcAttempt) String() string {
|
||||
|
||||
// testPayment launches a test payment and asserts that it is completed after
|
||||
// the expected number of attempts.
|
||||
func (c *integratedRoutingContext) testPayment(maxHtlcs uint32) ([]htlcAttempt,
|
||||
func (c *integratedRoutingContext) testPayment(maxShards uint32) ([]htlcAttempt,
|
||||
error) {
|
||||
|
||||
var (
|
||||
@@ -137,7 +137,7 @@ func (c *integratedRoutingContext) testPayment(maxHtlcs uint32) ([]htlcAttempt,
|
||||
DestFeatures: lnwire.NewFeatureVector(mppFeatures, nil),
|
||||
Amount: c.amt,
|
||||
CltvLimit: math.MaxUint32,
|
||||
MaxHtlcs: maxHtlcs,
|
||||
MaxShards: maxShards,
|
||||
}
|
||||
|
||||
session := &paymentSession{
|
||||
|
Reference in New Issue
Block a user