Skip to content

Commit

Permalink
format comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Aug 1, 2023
1 parent a443531 commit 668619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bootstrap/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 668619e

Please sign in to comment.