We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
callGasLimit
1 parent c73c23f commit c3b3ae7Copy full SHA for c3b3ae7
contracts/account/utils/draft-ERC4337Utils.sol
@@ -114,7 +114,7 @@ library ERC4337Utils {
114
return uint128(self.accountGasLimits.extract_32_16(0));
115
}
116
117
- /// @dev Returns `accountGasLimits` from the {PackedUserOperation}.
+ /// @dev Returns `callGasLimit` from the {PackedUserOperation}.
118
function callGasLimit(PackedUserOperation calldata self) internal pure returns (uint256) {
119
return uint128(self.accountGasLimits.extract_32_16(16));
120
0 commit comments