We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ee40e commit 7a9997fCopy full SHA for 7a9997f
contracts/account/utils/draft-ERC7579Utils.sol
@@ -217,7 +217,8 @@ library ERC7579Utils {
217
}
218
219
220
- /** @dev Calldata sanity check
+ /**
221
+ * @dev Calldata sanity check
222
*
223
* Solidity performs "lazy" verification that all calldata objects are valid, by checking that they are
224
* within calldatasize. This check is performed when objects are dereferenced. If the `executionCalldata`
0 commit comments