Skip to content

Commit

Permalink
fix: copy keyring dir to correct destination
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Oct 9, 2024
1 parent ad88e29 commit eaa98a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/testnet/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (t *Testnet) CreateTxClient(
}

// copy over the keyring directory to the txsim instance
err = txsim.Instance.Storage().AddFolder(txsimKeyringDir, txsimRootDir, "10001:10001")
err = txsim.Instance.Storage().AddFolder(txsimKeyringDir, txsimKeyringDir, "10001:10001")
if err != nil {
log.Err(err).
Str("directory", txsimKeyringDir).
Expand Down

0 comments on commit eaa98a1

Please sign in to comment.