diff --git a/docs/architecture/adr-069-flexible-node-intitalization.md b/docs/architecture/adr-069-flexible-node-intitalization.md index a2dd2a56a..8db475724 100644 --- a/docs/architecture/adr-069-flexible-node-intitalization.md +++ b/docs/architecture/adr-069-flexible-node-intitalization.md @@ -132,7 +132,8 @@ startup/shutdown in a consistent order. Consensus, blocksync (nee fast sync.), and statesync all depend on each other, and have significant initialization dependencies that are presently encoded in the `node` package, and as part of this change, -a new package/component will be added that +a new package/component will encapsulate the initialization of this +area of functionality. In order to support replacement of a component, a new public function will be added to the public interface of `node` with a signature that