Add troubleshooting steps for Error 3090003 when pushing action to contract
Open
docs
- Dominant language
- C++
- Stars
- 39
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
The following error message can be encountered after executing the `cleos push action hello hi '["bob"]' -p bob@active` command:
```
Error 3090003: Provided keys, permissions, and delays do not satisfy declared authorizations
Ensure that you have the related private keys inside your wallet and your wallet is unlocked.
Error Details:
transaction declares authority '${auth}', but does not have signatures for it.
```
Identify and add troubleshooting steps in the **2.1 Hello World Contract** of the docs
https://developers.eos.io/welcome/latest/getting-started/smart-contract-development/hello-world
Contributor guide
Assessment
This issue has not been assessed yet.