multi/refactor: clarify blinded payment fee rate field name

This commit is contained in:
Carla Kirk-Cohen
2024-02-15 14:13:51 -05:00
parent 4a93f4d8d3
commit 0aeb7c4ba2
3 changed files with 11 additions and 11 deletions

View File

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