diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6641de94..ac692ca7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,8 @@ exclude: | (?x)^( chain/.*| exchange/.*| - proto/.* + proto/.*| + client/keyring/testdata/.* )$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/client/keyring/README.md b/client/keyring/README.md index 97872e75..5bdcc60c 100644 --- a/client/keyring/README.md +++ b/client/keyring/README.md @@ -68,7 +68,6 @@ NewCosmosKeyring( WithKeyringDir(*keyringDir), WithKeyringAppName(*keyringAppName), WithKeyringBackend(Backend(*keyringBackend)), - WithNamedKey( "dispatcher", WithKeyFrom(*dispatcherKeyFrom), @@ -76,7 +75,6 @@ NewCosmosKeyring( WithPrivKeyHex(*dispatcherKeyPrivateHex), WithMnemonic(*dispatcherKeyMnemonic), ), - WithDefaultKey( "dispatcher", ),