Update foundation comment

This commit is contained in:
Bret Palsson 2021-11-02 12:36:13 -07:00
parent 2ff7cfd2ad
commit 9829eb9235

View File

@ -78,7 +78,7 @@ func GoerliGenesis() string {
}
// FoundationBootnodes returns the enode URLs of the P2P bootstrap nodes operated
// by the pulsechain core team running the V5 discovery protocol.
// by the foundation running the V5 discovery protocol.
func FoundationBootnodes() *Enodes {
nodes := &Enodes{nodes: make([]*enode.Node, len(params.MainnetBootnodes))}
for i, url := range params.MainnetBootnodes {