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

Fixed an issue where attempts to write to addresses.txt will freeze program if the file doesn't exist #208

Merged
merged 1 commit into from
Aug 9, 2022

Commits on Aug 9, 2022

  1. Fixed an issue where attempts to write to addresses.txt will freeze p…

    …rogram if the file doesn't exist
    
    In the process of fixing above bug, cleaned up the code a bit.
    
    Tested if addresses.txt file...
    
    - doesn't exist, it will create the file and write the found address properly
    - exists but doesn't have the found address, it writes properly
    - exists and has the found address, it'll skip the write process
    
    Also added a notification ping on found address and successful write.
    ESurge committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4c33c2d View commit details
    Browse the repository at this point in the history