mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-26 06:57:34 +02:00
multi/refactor: clarify blinded payment fee rate field name
This commit is contained in:
@@ -490,7 +490,7 @@ func unmarshalBlindedPayment(rpcPayment *lnrpc.BlindedPaymentPath) (
|
||||
BlindedPath: path,
|
||||
CltvExpiryDelta: uint16(rpcPayment.TotalCltvDelta),
|
||||
BaseFee: uint32(rpcPayment.BaseFeeMsat),
|
||||
ProportionalFee: uint32(
|
||||
ProportionalFeeRate: uint32(
|
||||
rpcPayment.ProportionalFeeMsat,
|
||||
),
|
||||
HtlcMinimum: rpcPayment.HtlcMinMsat,
|
||||
|
Reference in New Issue
Block a user