Merge branch 'main' into sai/upgrade_cosmos_v0.46

This commit is contained in:
Sai Kumar
2022-04-26 17:28:34 +05:30
committed by GitHub
+1 -1
View File
@@ -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) {