Skip to content

Commit 8c6227d

Browse files
committed
chore(10027-cheatcode-mutability-tags): keep accesslist as is due to test indicating stateful behavior
1 parent 317e51e commit 8c6227d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/cheatcode-mutability-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Mark `pure`:
4040

4141
Mark `view`:
4242

43-
- [ ] `accessList`: `accessList(address,bytes32[])`
43+
- [x] `accessList`: `accessList(address,bytes32[])` _resolved: not view, keep as is due to test coverage indicating stateful behavior_
4444
- [ ] `accesses`: `accesses(address)`
4545
- [ ] `eth_getLogs`: `eth_getLogs(uint256,uint256,address,bytes32[])`
4646
- [ ] `getMappingKeyAndParentOf`: `getMappingKeyAndParentOf(address,bytes32)`

0 commit comments

Comments
 (0)