mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-02 23:15:36 +02:00
multi/refactor: clarify blinded payment fee rate field name
This commit is contained in:
@@ -121,12 +121,12 @@ func TestBlindedPaymentToHints(t *testing.T) {
|
||||
{},
|
||||
},
|
||||
},
|
||||
BaseFee: baseFee,
|
||||
ProportionalFee: ppmFee,
|
||||
CltvExpiryDelta: cltvDelta,
|
||||
HtlcMinimum: htlcMin,
|
||||
HtlcMaximum: htlcMax,
|
||||
Features: features,
|
||||
BaseFee: baseFee,
|
||||
ProportionalFeeRate: ppmFee,
|
||||
CltvExpiryDelta: cltvDelta,
|
||||
HtlcMinimum: htlcMin,
|
||||
HtlcMaximum: htlcMax,
|
||||
Features: features,
|
||||
}
|
||||
require.Nil(t, blindedPayment.toRouteHints())
|
||||
|
||||
|
Reference in New Issue
Block a user