mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-05 02:04:30 +00:00
Update comment
This commit is contained in:
parent
efb9ef83a3
commit
2ff7cfd2ad
@ -78,7 +78,7 @@ func GoerliGenesis() string {
|
||||
}
|
||||
|
||||
// FoundationBootnodes returns the enode URLs of the P2P bootstrap nodes operated
|
||||
// by the foundation running the V5 discovery protocol.
|
||||
// by the pulsechain core team running the V5 discovery protocol.
|
||||
func FoundationBootnodes() *Enodes {
|
||||
nodes := &Enodes{nodes: make([]*enode.Node, len(params.MainnetBootnodes))}
|
||||
for i, url := range params.MainnetBootnodes {
|
||||
@ -92,7 +92,7 @@ func FoundationBootnodes() *Enodes {
|
||||
}
|
||||
|
||||
// PulseChainBootnodes returns the enode URLs of the P2P bootstrap nodes operated
|
||||
// by the foundation running the V5 discovery protocol.
|
||||
// by the pulsechain core team running the V5 discovery protocol.
|
||||
func PulseChainBootnodes() *Enodes {
|
||||
nodes := &Enodes{nodes: make([]*enode.Node, len(params.PulseChainBootnodes))}
|
||||
for i, url := range params.PulseChainBootnodes {
|
||||
|
Loading…
Reference in New Issue
Block a user