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.
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:The fix involves adding a check to verify the existence of the
allowedtxs.txt
file before proceeding with the setup logic.