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

Check existence of selected block explorer using name string comparison #3852

Merged

Commits on Jan 3, 2020

  1. Check existence of selected block explorer using name string comparison

    After further testing, I realized I introduced a bug in commit
    4f4b0f6 because apparently the
    ArrayList.contains() method does not properly work for
    BlockChainExplorer object - to fix this I implemented a new
    contains() method that uses string comparison instead
    wiz committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    c078320 View commit details
    Browse the repository at this point in the history