Update comments

This commit is contained in:
Neil Alexander 2018-09-27 14:20:52 +01:00
parent 95c551d011
commit 8113b4cc22
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 12 additions and 8 deletions

View file

@ -522,7 +522,7 @@ func (a *admin) getData_getSwitchPeers() []admin_nodeInfo {
return peerInfos
}
// getData_getSwitchPeers returns info from Core.switchTable for an admin response.
// getData_getSwitchQueues returns info from Core.switchTable for an queue data.
func (a *admin) getData_getSwitchQueues() admin_nodeInfo {
var peerInfos admin_nodeInfo
switchTable := a.core.switchTable