|
@@ -114,7 +114,7 @@ library ERC4337Utils {
|
|
|
return uint128(self.accountGasLimits.extract_32_16(0));
|
|
|
}
|
|
|
|
|
|
- /// @dev Returns `accountGasLimits` from the {PackedUserOperation}.
|
|
|
+ /// @dev Returns `callGasLimit` from the {PackedUserOperation}.
|
|
|
function callGasLimit(PackedUserOperation calldata self) internal pure returns (uint256) {
|
|
|
return uint128(self.accountGasLimits.extract_32_16(16));
|
|
|
}
|