Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make error message verbs/tense consistent (cosmos#1292)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. --> ## Overview Closes cosmos#1232 <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. --> ## Checklist <!-- Please complete the checklist to ensure that the PR is ready to be reviewed. IMPORTANT: PRs should be left in Draft until the below checklist is completed. --> - [x] New and updated code has appropriate documentation - [x] New and updated code has new and/or updated testing - [x] Required CI checks are passing - [ ] Visual proof for any user facing features like CLI or documentation updates - [x] Linked issues closed with keywords <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit **Chores:** - Updated error messages in `GetNodeKey` function in `node/crypto.go` for better clarity. - Enhanced error descriptions in several functions within `node/full.go` to provide more detailed information. - Improved error messages in `newLightNode` function in `node/light.go` to offer more specific information about startup and initialization errors. These changes aim to improve the clarity of error messages, aiding in quicker identification and resolution of issues. No functionality or logic has been altered. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information