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 contract_kind #1308

Merged
merged 3 commits into from
Jul 27, 2022
Merged

Fix contract_kind #1308

merged 3 commits into from
Jul 27, 2022

Commits on Jul 24, 2022

  1. Fix #1296:

        contract.contract_kind is always None.
        So use contract.is_interface instead of contract_kind.
    TheStarBoys committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    8005042 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Merge branch 'fix/issue#1296' of github.com:TheStarBoys/slither into …

    …TheStarBoys-fix/issue#1296
    montyly committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    68353ef View commit details
    Browse the repository at this point in the history
  2. Fix contract_kind

    montyly committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    0813789 View commit details
    Browse the repository at this point in the history