-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(p2p): add p2p advertising option #862
Conversation
config/defaults.go
Outdated
@@ -42,6 +42,7 @@ func DefaultConfig(home, chainId string) *NodeConfig { | |||
BootstrapTime: 30 * time.Second, | |||
ListenAddress: DefaultListenAddress, | |||
BootstrapNodes: "", | |||
Advertising: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would prefer Advertise
or AdvertisingEnabled
as a name, ditto for p2p.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
23a92c0
to
3603b27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gj!
The base branch was changed.
Co-authored-by: Michael Tsitrin <[email protected]>
PR Standards
Opening a pull request should be able to meet the following requirements
Close #
<-- Briefly describe the content of this pull request -->
For Author:
godoc
commentsFor Reviewer:
After reviewer approval: