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.
1 parent 668d3b5 commit a60b367Copy full SHA for a60b367
contracts/utils/LowLevelCall.sol
@@ -34,7 +34,7 @@ library LowLevelCall {
34
return callReturn64Bytes(target, 0, data);
35
}
36
37
- /// @dev Same as {callReturnBytes32Pair}, but allows to specify the value to be sent in the call.
+ /// @dev Same as {callReturn64Bytes(address,bytes)}, but allows to specify the value to be sent in the call.
38
function callReturn64Bytes(
39
address target,
40
uint256 value,
0 commit comments