目录

config.go

优质
小牛编辑
132浏览
2023-12-01

config.go

跟配置相关的一些方法。

主要是配置的一些选项可能需要一些计算和检测,通过这些方法可以做一些 cache 等。

包括下面一些配置项:

var localAddress stringvar localAddressError errorvar peerEndpoint *pb.PeerEndpointvar peerEndpointError error// Cached values of commonly used configuration constants.var syncStateSnapshotChannelSize intvar syncStateDeltasChannelSize intvar syncBlocksChannelSize intvar validatorEnabled bool