-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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(baseapp): correctly check errors before sealing in BaseApp.Init #18727
Conversation
WalkthroughThe changes involve a critical bug fix in the Changes
Assessment against linked issues
The code changes have been assessed against the objectives from the linked issues, and they have been addressed successfully without any need for further explanation. The changes ensure that the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ? TipsChat with CodeRabbit Bot (
|
a5ac349
to
df7f971
Compare
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.
lgtm
This change ensures that we correctly check if the app has a nil commit multistore before trying to dereference it or invoking .Seal() Fixes #18726
df7f971
to
4f1bd6e
Compare
This change ensures that we correctly check if the app has a nil commit multistore before trying to dereference it or invoking .Seal()
Fixes #18726