summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-08-07 10:42:25 +0300
committerYuval Adam <_@yuv.al>2021-08-07 10:42:25 +0300
commit918bdd24de08a76a43b2f0040ccd135f73fab874 (patch)
tree7cc2a568c79b3df7f4e806f680d83eac45db3ec9
parent9bae4dcc5b1d20146eec993a65a3f5818810013a (diff)
Remove stale numbers
-rw-r--r--README.md13
1 files 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 %
```