From 4d74fa32a9820e9c470fd445c0fd5a75c97ed520 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Thu, 23 Aug 2018 17:44:14 -0700 Subject: [PATCH] config: update comment for network directory --- config.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.go b/config.go index 8993d23b..966b88fc 100644 --- a/config.go +++ b/config.go @@ -755,9 +755,8 @@ func loadConfig() (*config, error) { } } - // At this point, we'll save the base data directory in order to ensure - // we don't store the macaroon database within any of the chain - // namespaced directories. + // We'll now construct the network directory which will be where we + // store all the data specifc to this chain/network. networkDir = filepath.Join( cfg.DataDir, defaultChainSubDirname, registeredChains.PrimaryChain().String(),