Skip to content

Commit 7a9997f

Browse files
authored
Update contracts/account/utils/draft-ERC7579Utils.sol
1 parent 23ee40e commit 7a9997f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: contracts/account/utils/draft-ERC7579Utils.sol

+2-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ library ERC7579Utils {
217217
}
218218
}
219219

220-
/** @dev Calldata sanity check
220+
/**
221+
* @dev Calldata sanity check
221222
*
222223
* Solidity performs "lazy" verification that all calldata objects are valid, by checking that they are
223224
* within calldatasize. This check is performed when objects are dereferenced. If the `executionCalldata`

0 commit comments

Comments
 (0)