Skip to content
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: ungraceful exit of init_client() #106

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

fragwuerdig
Copy link
Contributor

This fixes an ungraceful exit in the ecall handler of the lcp node, because an unchecked unwrap on a None value will panic and end the node server. During my tests this happened several times to me (supposedly due to a misconfiguration of the relayer setup - not sure yet). Maybe an ungraceful exit was the intention.... If that is the case, then I apologize. Humbly, Till.

@bluele
Copy link
Member

bluele commented Jul 15, 2024

This should indeed be fixed. Thanks for the contribution! @fragwuerdig

@bluele bluele merged commit 812fab0 into datachainlab:main Jul 15, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants