-
Notifications
You must be signed in to change notification settings - Fork 404
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
fix : removed the unnecessary usage of ErrInvalidMsg #1311
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1311 +/- ##
==========================================
+ Coverage 63.44% 63.47% +0.02%
==========================================
Files 56 56
Lines 6971 6971
==========================================
+ Hits 4423 4425 +2
+ Misses 2219 2218 -1
+ Partials 329 328 -1
|
Thanks for your pr! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! 💯
* feat:added a new error type * feat:added a new error type * fix: removed unnecessary usage of error type ErrInvalidMsg --------- Co-authored-by: Vishal <kannavish329@gamil.com> (cherry picked from commit 4c906d5) # Conflicts: # x/wasm/types/tx.go
…#1317) * fix : removed the unnecessary usage of ErrInvalidMsg (#1311) * feat:added a new error type * feat:added a new error type * fix: removed unnecessary usage of error type ErrInvalidMsg --------- Co-authored-by: Vishal <kannavish329@gamil.com> (cherry picked from commit 4c906d5) # Conflicts: # x/wasm/types/tx.go * fix conflicts --------- Co-authored-by: vishal-kanna <71565171+vishal-kanna@users.noreply.github.com> Co-authored-by: Pino' Surace <pino.surace@live.it>
Part of #1310