lnrpc: rename proportional fee rate on lnrpc

This field is incorrectly suffixed as "msat", when it is actually
interpreted as the proportional fee rate. This is the value that we
should be using because the sender will calculate proportional fees
accordingly. This is a breaking change to the RPC, but on an
experimental and unreleased API.
This commit is contained in:
Carla Kirk-Cohen
2024-02-15 14:16:29 -05:00
parent 0aeb7c4ba2
commit 421433039b
5 changed files with 26 additions and 24 deletions

View File

@@ -3545,8 +3545,11 @@ message BlindedPaymentPath {
// The base fee for the blinded path provided, expressed in msat.
uint64 base_fee_msat = 2;
// The proportional fee for the blinded path provided, expressed in msat.
uint64 proportional_fee_msat = 3;
/*
The proportional fee for the blinded path provided, expressed in parts
per million.
*/
uint32 proportional_fee_rate = 3;
/*
The total CLTV delta for the blinded path provided, including the