diff --git a/core/bootstrap/bootstrap.go b/core/bootstrap/bootstrap.go index 5cbe954463b..acd7ef67245 100644 --- a/core/bootstrap/bootstrap.go +++ b/core/bootstrap/bootstrap.go @@ -96,7 +96,7 @@ func WithBackupPeers(load func(context.Context) []peer.AddrInfo, save func(conte } } -// BackupPeers returns the load and save backup peers functions. +// BackupPeers returns the load and save backup peers functions. func (cfg *BootstrapConfig) BackupPeers() (func(context.Context) []peer.AddrInfo, func(context.Context, []peer.AddrInfo)) { return cfg.loadBackupBootstrapPeers, cfg.saveBackupBootstrapPeers }