2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00

Removed central dominance chart due to licensing issues

This commit is contained in:
Andreas M. Antonopoulos 2021-10-14 12:19:44 +02:00
parent 8bd11510c1
commit 0bb119ce39

View File

@ -500,11 +500,6 @@ For a precise definition of central point dominance, the reader is referred to h
The larger the central point dominance of a network is, the more centralized the network is.
We can observe that the LN has a greater central point dominance, ie. it is more centralized, than a random graph (Erdős-Rényi graph) or a scale-free graph (Barabási-Albert graph) of equal size.
However, we also note, that over time the central point dominance of the LN gradually decreases as the network grows and densifies, as shown in <<central_point_dominance_ln>>:
[[central_point_dominance_ln]]
.Central point dominance of the LN, a random graph (ER) and a scale-free graph (BA) of equal size.
image::images/mtln_1603.png["Central point dominance of the LN, a random graph (ER) and a scale-free graph (BA) of equal size"]
In general, our understanding of the dynamic nature of the LN channel graph is rather limited.
It is fruitful to analyze how protocol changes like multi-part payments can affect the dynamics of the LN.