Merge branch 'sai/upgrade_cosmos_v0.46' of github.com:vulcanize/chiba-clonk into sai/upgrade_cosmos_v0.46

This commit is contained in:
Sai Kumar 2022-04-26 19:04:47 +05:30
commit fde19d25ad

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) {