Error: key with address696097B851A0ED2E353B9BEC022D3142DA124E5Dnot found: key not found #45
Replies: 1 comment 3 replies
-
Hi, you still need to precise the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm learning cosmos on this section https://tutorials.cosmos.network/hands-on-exercise/1-ignite-cli/4-create-message.html but I face this error any one can help me ?
Here is my command:
cosmos-checkersd keys add alice --keyring-backend test
cosmos-checkersd keys add bob --keyring-backend test
export alice=$(cosmos-checkersd keys show alice -a)
export bob=$(cosmos-checkersd keys show bob -a)
cosmos-checkersd tx cosmoscheckers create-game
cosmos-checkersd tx cosmoscheckers create-game $alice $bob --from $alice --dry-run
But I got this error:
Error: key with address696097B851A0ED2E353B9BEC022D3142DA124E5Dnot found: key not found
Debug:
Result Command to check keys list:
cosmos-checkersd keys list
name: alice
type: local
address: cosmos1d9sf0wz35rkjudfmn0kqytf3gtdpynjaz5e2ue
pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AoLPcykQOzcndr+tDEUewY/HEsggA/MgJp8HKkp7D8en"}'
mnemonic: ""
name: bob
type: local
address: cosmos1g7tysyd4a74g2mv32sztadcyzsfuf9vuumfcxm
pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AjcHRgRyeNVI/PQsMEx6A4DoAO7ydCN+FQdOSUlaSEJn"}'
mnemonic: ""
Command to run:
cosmos-checkersd tx cosmoscheckers create-game cosmos1d9sf0wz35rkjudfmn0kqytf3gtdpynjaz5e2ue cosmos1g7tysyd4a74g2mv32sztadcyzsfuf9vuumfcxm --from cosmos1d9sf0wz35rkjudfmn0kqytf3gtdpynjaz5e2ue --dry-run. Github: https://github.com/perfogic/cosmos-checkers
Beta Was this translation helpful? Give feedback.
All reactions