diff --git a/gql/status.go b/gql/status.go index bbc07b47..0b5bcf2e 100644 --- a/gql/status.go +++ b/gql/status.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" ) -// NodeDataPath is the path to the ethermintd data folder. +// NodeDataPath is the path to the chibaclonkd data folder. var NodeDataPath = os.ExpandEnv("$HOME/.chibaclonkd/data") func getStatusInfo(client client.Context) (*NodeInfo, *SyncInfo, *ValidatorInfo, error) {