Edited 05_node_operations.asciidoc with Atlas code editor

pull/899/head
kristen@oreilly.com 3 years ago
parent f8f1d046dd
commit c2646154d3

@ -944,12 +944,12 @@ For example, a _base fee_ of 1,000 (millisatoshi) and a _fee rate_ of 1,000 ppm
++++
\begin{equation}
\begin{aligned}
P &= 100,000 satoshi \\
F_{base} &= 1,000 millisatoshi = 1 satoshi \\
F_{rate} &= 1,000 ppm = 1,000/1,000,000 = 1/1,000 = 0.001 = 0.1\% \\
P &= 100,000 \text{satoshi} \\
F_{base} &= 1,000 \text{millisatoshi} = 1 \text{satoshi} \\
F_{rate} &= 1,000 \text{ppm} = 1,000/1,000,000 = 1/1,000 = \text{0.001} = 0.1\% \\
F_{total} &= F_{base} + ( P * F_{rate} ) \\
\Rightarrow F_{total} &= 1 satoshi + ( 100,000/1,000 ) satoshi \\
\Rightarrow F_{total} &= 1 satoshi + 100 satoshi = 101 satoshi \\
\Rightarrow F_{total} &= 1 \text{satoshi} + ( 100,000/1,000 ) \text{satoshi} \\
\Rightarrow F_{total} &= 1 \text{satoshi} + 100 \text{satoshi} = 101 \text{satoshi} \\
\end{aligned}
\end{equation}
++++

Loading…
Cancel
Save