OSDN Git Service

Voter reward (#344)
[bytom/vapor.git] / toolbar / federation / service / node.go
index 2775e46..9b5a856 100644 (file)
@@ -13,7 +13,7 @@ type Node struct {
        hostPort string
 }
 
-// Node create a api client with target server
+// NewNode create a api client with target server
 func NewNode(hostPort string) *Node {
        return &Node{hostPort: hostPort}
 }