{
    "Function": "commitSetChecker",
    "File": "contracts/helper/SmartWalletWhitelist.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "require(bool,string)"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function commitSetChecker(address _checker) external {\n        require(msg.sender == dao, \"!dao\");\n        future_checker = _checker;\n    }"
}