From 9829eb9235c9f867650c6aba3d6834524ac1b719 Mon Sep 17 00:00:00 2001 From: Bret Palsson Date: Tue, 2 Nov 2021 12:36:13 -0700 Subject: [PATCH] Update foundation comment --- mobile/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/params.go b/mobile/params.go index 6a8187082..90fd906aa 100644 --- a/mobile/params.go +++ b/mobile/params.go @@ -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 {