diff --git a/covenant-signer/itest/testkeyring/README.md b/covenant-signer/itest/testkeyring/README.md index 08435d2..5bc8602 100644 --- a/covenant-signer/itest/testkeyring/README.md +++ b/covenant-signer/itest/testkeyring/README.md @@ -5,5 +5,5 @@ Contains one key with name `test` and passphrase `testtest`. Key was created by calling `btcec.NewPrivateKey()`, encoded to hex and importing to cosmos keyring by using : ``` -./build/babylond keys --keyring-backend=file --keyring-dir=/Users/konradstaniec/Work/babylon/babylon/testkeyring import-hex test d9d4221f4f1c98d6ce4b9390038f3b08b2c47156fd29bb417d03bf6118923f3f +./build/babylond keys --keyring-backend=file --keyring-dir=babylon/testkeyring import-hex test d9d4221f4f1c98d6ce4b9390038f3b08b2c47156fd29bb417d03bf6118923f3f ```