Fix comment

function_lists
Bernhard Mueller 5 years ago
parent d6de319f69
commit afb836a511
  1. 2
      mythril/laser/ethereum/plugins/plugin_factory.py

@ -45,7 +45,7 @@ class PluginFactory:
def build_function_selector_plugin(
whitelist: List[str], blacklist: List[str]
) -> LaserPlugin:
""" Creates an instance of the mutation pruner plugin"""
""" Creates an instance of the function selector plugin"""
from mythril.laser.ethereum.plugins.implementations.function_selector import (
FunctionSelector,
)

Loading…
Cancel
Save