config: update comment for network directory

This commit is contained in:
Olaoluwa Osuntokun 2018-08-23 17:44:14 -07:00
parent dc3db4bf62
commit 4d74fa32a9
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

View File

@ -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(),