chore: restore key testutil (#24008)

This commit is contained in:
Alex | Interchain Labs
2025-03-14 16:51:07 -04:00
committed by GitHub
parent d34c85b7a6
commit f804b4ae3b
4 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ func initTestnetFiles(
return err
}
addr, secret, err := testutil.GenerateSaveCoinKey(kb, nodeDirName, "", true, algo, sdk.GetConfig().GetFullBIP44Path())
addr, secret, err := testutil.GenerateSaveCoinKey(kb, nodeDirName, "", true, algo)
if err != nil {
_ = os.RemoveAll(args.outputDir)
return err