We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a3113 commit d284e33Copy full SHA for d284e33
cmd/wasmd/testnet.go
@@ -559,7 +559,7 @@ func startTestnet(cmd *cobra.Command, args startArgs) error {
559
baseDir := fmt.Sprintf("%s/%s", args.outputDir, networkConfig.ChainID)
560
if _, err := os.Stat(baseDir); !os.IsNotExist(err) {
561
return fmt.Errorf(
562
- "testnests directory already exists for chain-id '%s': %s, please remove or select a new --chain-id",
+ "testnet directory already exists for chain-id '%s': %s, please remove or select a new --chain-id",
563
networkConfig.ChainID, baseDir)
564
}
565
0 commit comments