diff options
| author | Yuval Adam <_@yuv.al> | 2021-08-07 10:42:25 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-08-07 10:42:25 +0300 |
| commit | 918bdd24de08a76a43b2f0040ccd135f73fab874 (patch) | |
| tree | 7cc2a568c79b3df7f4e806f680d83eac45db3ec9 | |
| parent | 9bae4dcc5b1d20146eec993a65a3f5818810013a (diff) | |
Remove stale numbers
| -rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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 % ``` |
