Skip to content

Commit f5c5cc6

Browse files
gd-colinQGarchery
andauthored
refactor: apply suggestions from code review
Co-authored-by: Quentin Garchery <[email protected]> Signed-off-by: Colin | Morpho 🦋 <[email protected]>
1 parent 5077c7c commit f5c5cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

certora/specs/Bundler.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rule reenterAfterMulticall(method f, env e, calldataarg data) {
4444
}
4545

4646
// Check that non zero initiator will trigger a revert upon a multicall.
47-
rule zeroInitiatorRevertsMulticall(env e, Bundler.Call[] bundle) {
47+
rule nonZeroInitiatorRevertsMulticall(env e, Bundler.Call[] bundle) {
4848
address initiatorBefore = initiator();
4949

5050
multicall@withrevert(e, bundle);
@@ -53,7 +53,7 @@ rule zeroInitiatorRevertsMulticall(env e, Bundler.Call[] bundle) {
5353
}
5454

5555
// Check that a null reenterHash will trigger a revert upon reentering the bundler.
56-
rule zeroReenterHashReverts(env e, Bundler.Call[] bundle) {
56+
rule zeroReenterHashRevertsReenter(env e, Bundler.Call[] bundle) {
5757
bytes32 reenterHashBefore = reenterHash();
5858

5959
reenter@withrevert(e, bundle);

0 commit comments

Comments
 (0)