forked from cerc-io/laconicd-deprecated
changed binary names and source repos in docker files and readmes
This commit is contained in:
@@ -333,8 +333,8 @@ func New(l Logger, baseDir string, cfg Config) (*Network, error) {
|
||||
ctx.Logger = logger
|
||||
|
||||
nodeDirName := fmt.Sprintf("node%d", i)
|
||||
nodeDir := filepath.Join(network.BaseDir, nodeDirName, "chibaclonkd")
|
||||
clientDir := filepath.Join(network.BaseDir, nodeDirName, "chibaclonkcli")
|
||||
nodeDir := filepath.Join(network.BaseDir, nodeDirName, "laconicd")
|
||||
clientDir := filepath.Join(network.BaseDir, nodeDirName, "laconiccli")
|
||||
gentxsDir := filepath.Join(network.BaseDir, "gentxs")
|
||||
|
||||
err := os.MkdirAll(filepath.Join(nodeDir, "config"), 0o750)
|
||||
|
||||
@@ -150,7 +150,7 @@ func collectGenFiles(cfg Config, vals []*Validator, outputDir string) error {
|
||||
for i := 0; i < cfg.NumValidators; i++ {
|
||||
tmCfg := vals[i].Ctx.Config
|
||||
|
||||
nodeDir := filepath.Join(outputDir, vals[i].Moniker, "chibaclonkd")
|
||||
nodeDir := filepath.Join(outputDir, vals[i].Moniker, "laconicd")
|
||||
gentxsDir := filepath.Join(outputDir, "gentxs")
|
||||
|
||||
tmCfg.Moniker = vals[i].Moniker
|
||||
|
||||
Reference in New Issue
Block a user