OSDN Git Service

rename node.host to node.ip
[bytom/vapor.git] / toolbar / precog / config / config.go
index 55a905a..16facd6 100644 (file)
@@ -51,7 +51,7 @@ type Node struct {
        Alias     string        `json:"alias"`
        XPub      *chainkd.XPub `json:"xpub"`
        PublicKey string        `json:"public_key"`
-       Host      string        `json:"host"`
+       IP        string        `json:"ip"`
        Port      uint16        `json:"port"`
 }