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 Check for Existence of allowedtxs.txt File Before Applying Logic #4731

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

GheisMohammadi
Copy link
Contributor

Issue

This PR resolves the issue where an error occurs if the allowedtxs.txt file is not present in the .hmy directory. Previously, the absence of this file would result in an error:

AllowedTxs setup error: open ./.hmy/allowedtxs.txt: no such file or directory

The fix involves adding a check to verify the existence of the allowedtxs.txt file before proceeding with the setup logic.

@GheisMohammadi GheisMohammadi self-assigned this Aug 9, 2024
@sophoah sophoah merged commit 8c40804 into dev Aug 22, 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.

3 participants