Edited 05_node_operations.asciidoc with Atlas code editor

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

@ -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 \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\% \\
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 \text{satoshi} + ( 100,000/1,000 ) \text{satoshi} \\
\Rightarrow F_{total} &= 1 \text{satoshi} + 100 \text{satoshi} = 101 \text{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