From 30ebf482abd40b086e8901fef5d1462ff30cc309 Mon Sep 17 00:00:00 2001 From: tycho garen Date: Wed, 28 Jul 2021 12:06:32 -0400 Subject: [PATCH] cr comments --- docs/architecture/adr-069-flexible-node-intitalization.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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