config: update comment for network directory
This commit is contained in:
parent
dc3db4bf62
commit
4d74fa32a9
@ -755,9 +755,8 @@ func loadConfig() (*config, error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// At this point, we'll save the base data directory in order to ensure
|
// We'll now construct the network directory which will be where we
|
||||||
// we don't store the macaroon database within any of the chain
|
// store all the data specifc to this chain/network.
|
||||||
// namespaced directories.
|
|
||||||
networkDir = filepath.Join(
|
networkDir = filepath.Join(
|
||||||
cfg.DataDir, defaultChainSubDirname,
|
cfg.DataDir, defaultChainSubDirname,
|
||||||
registeredChains.PrimaryChain().String(),
|
registeredChains.PrimaryChain().String(),
|
||||||
|
Loading…
Reference in New Issue
Block a user