Browse Source

fix(go): usage report; (#3563)

Vishal Dalwadi 1 tháng trước cách đây
mục cha
commit
a4d961601d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      logic/extpeers.go

+ 1 - 1
logic/extpeers.go

@@ -484,7 +484,7 @@ func GetAllExtClientsWithStatus(status models.NodeStatus) ([]models.ExtClient, e
 	var validExtClients []models.ExtClient
 	for _, extClient := range extClients {
 		node := extClient.ConvertToStaticNode()
-		GetNodeCheckInStatus(&node, false)
+		GetNodeStatus(&node, false)
 
 		if node.Status == status {
 			validExtClients = append(validExtClients, extClient)