Skip to content

Commit

Permalink
godoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed May 15, 2024
1 parent 5e5091c commit 68091c2
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
BootstrapTime time.Duration `mapstructure:"p2p_bootstrap_time"`
//Time interval a node tries to bootstrap again, in case no nodes connected
//Param used to enable the advertisement of the node to be part of the P2P network in the DHT
Advertising bool `mapstructure:"p2p_advertising"`
}

Expand Down

0 comments on commit 68091c2

Please sign in to comment.