diff --git a/book/src/fork-selection.md b/book/src/fork-selection.md index 56d791f5ea..d68b951aa5 100644 --- a/book/src/fork-selection.md +++ b/book/src/fork-selection.md @@ -1,5 +1,7 @@ -# Fork Selection This article describes Solana's *Fork Selection* algorithm -based on lockouts. It attempts to solve the following problems: +# Fork Selection + +This article describes Solana's *Fork Selection* algorithm based on lockouts. It +attempts to solve the following problems: * Some forks may not end up accepted by the super-majority of the cluster, and voters need to recover from voting on such forks.