Skip to content

Commit

Permalink
getOwner harness
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed May 16, 2023
1 parent c8932d4 commit b41b02a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions certora/harnesses/SafeHarness.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ contract SafeHarness is Safe {
function getModule(address module) public view returns (address) {
return modules[module];
}

function getOwner(address owner) public view returns (address) {
return owners[owner];
}
}

0 comments on commit b41b02a

Please sign in to comment.