diff --git a/config/p2p.go b/config/p2p.go index 544ae768b..e3d3bd6a7 100644 --- a/config/p2p.go +++ b/config/p2p.go @@ -15,7 +15,7 @@ type P2PConfig struct { GossipedBlocksCacheSize int `mapstructure:"p2p_gossiped_blocks_cache_size"` // Time interval a node tries to bootstrap again, in case no nodes connected BootstrapRetryTime time.Duration `mapstructure:"p2p_bootstrap_retry_time"` - //Param used to enable the advertisement of the node to be part of the P2P network in the DHT + // Param used to enable the advertisement of the node to be part of the P2P network in the DHT AdvertisingEnabled bool `mapstructure:"p2p_advertising_enabled"` }