diff --git a/12_path_finding.asciidoc b/12_path_finding.asciidoc index 066c997..e24ff0a 100644 --- a/12_path_finding.asciidoc +++ b/12_path_finding.asciidoc @@ -7,7 +7,7 @@ In this chapter we will examine the problem of pathfinding, understand how uncer === Pathfinding in the Lightning Protocol Suite -Pathfinding, path selection, multipart payments (MPP), and the payment attempt trial and error loop occupy the majority of the "Payment Layer" at the top of the protocol suite. +Pathfinding, path selection, multipart payments (MPP), and the payment attempt trial and error loop occupy the majority of the payment layer at the top of the protocol suite. These components are highlighted by a double outline in the protocol suite, shown in <>.