Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed May 16, 2024
1 parent 5ec7b84 commit 0454f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/p2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit 0454f42

Please sign in to comment.