lnd/cmd
ErikEk ef1eff1058 lnrpc: fix the existing routing fee inaccuracy
When updating the channel routing policy, we encounter an inaccurate
precision error when calculating the routing fee. The issue stems from
the way the IEEE 754 standard works.

The solution here is to add a uint64 parameter (as mentioned in the
issue) and keep the float64 fee_rate parameter but rounding the product
of the base and fee rate.
2022-01-25 15:42:57 -08:00
..
lncli lnrpc: fix the existing routing fee inaccuracy 2022-01-25 15:42:57 -08:00
lnd multi: extract wallet initialization 2021-10-08 12:13:15 +02:00