From 918bdd24de08a76a43b2f0040ccd135f73fab874 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 7 Aug 2021 10:42:25 +0300 Subject: Remove stale numbers --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b62c84f..4af0e9a 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,6 @@ Fees are always charged on the **outgoing** path, when a payment is **forwarded* 1 sat (satoshi) = 1 / 100,000,000 = 0.00000001 BTC 1 ppm (part per million) = 1 / 1,000,000 1 bps (basis point) = 1 / 10,000 - -- 1 **sat** (satoshi) = 1 / 100,000,000 = 0.00000001 BTC -- 1 **ppm** (part per million) = 1 / 1,000,000 -- 1 **bps** (basis point) = 1 / 10,000 -- 1000 ppm = 1 bps -- 1000 ppm = 0.1% -- 100 bps = 1% ``` ### ppm to % @@ -37,6 +30,12 @@ Fees are always charged on the **outgoing** path, when a payment is **forwarded* 1000 ppm = 0.1% ``` +### ppm to bps + +``` +1000 ppm = 1 bps +``` + ### bps to % ``` -- cgit v1.3.1