Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Keyring address issue causing tx failure #87

Closed
dudong2 opened this issue Aug 2, 2024 · 0 comments · Fixed by #88 or Canto-Network/Canto#131
Closed

bug: Keyring address issue causing tx failure #87

dudong2 opened this issue Aug 2, 2024 · 0 comments · Fixed by #88 or Canto-Network/Canto#131

Comments

@dudong2
Copy link

dudong2 commented Aug 2, 2024

discovered during canto/v8 qa for cosmos-sdk basic modules.

branch: v8/delevop

> cantod tx feegrant prune --from canto1mn099lymkssyqg82a7ekj6nkajhspynwjxmpt3 --gas-prices 10000000000000000acanto --home ~/Downloads/canto-snap --chain-id canto_7700-1 --keyring-backend test
Error: failed to convert address field to address: super-vali.info: key not found [cosmos/[email protected]/crypto/keyring/keyring.go:538]
failed to convert address field to address: super-vali.info: key not found [cosmos/[email protected]/crypto/keyring/keyring.go:538]

> cantod keys list --home ~/Downloads/canto-snap --keyring-backend test
- address: canto1mn099lymkssyqg82a7ekj6nkajhspynwjxmpt3
  name: super-vali
  pubkey: '{"@type":"/ethermint.crypto.v1.ethsecp256k1.PubKey","key":"Arn+uzlG3OehaJemKpjP8ErrNzXGDChJhOgTV0zqFAa7"}'
  type: local

as above, canto1mn099lymkssyqg82a7ekj6nkajhspynwjxmpt3 address exists in keyring, but tx broadcast is failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant