Skip to content

Commit

Permalink
fix function Safe.spec (#923)
Browse files Browse the repository at this point in the history
onlyModuleCanExecuteModuleThransactions -
onlyModuleCanExecuteModuleTransactions x2
  • Loading branch information
comfsrt authored Mar 6, 2025
1 parent 9bffa90 commit 460f730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions certora/specs/Safe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ rule moduleOnlyAddedThroughEnableModule(method f, address module) filtered {
}


rule onlyModuleCanExecuteModuleThransactions(
rule onlyModuleCanExecuteModuleTransactions(
address to,
uint256 value,
bytes data,
Expand All @@ -246,7 +246,7 @@ rule onlyModuleCanExecuteModuleThransactions(
assert !lastReverted => getModule(e.msg.sender) != 0, "Only modules can execute module transactions";
}

rule onlyModuleCanExecuteModuleThransactionsWithReturnData(
rule onlyModuleCanExecuteModuleTransactionsWithReturnData(
address to,
uint256 value,
bytes data,
Expand Down

0 comments on commit 460f730

Please sign in to comment.