Address.functionCall internal call stack simplification (#3468)
This commit is contained in:
@ -83,7 +83,7 @@ library Address {
|
||||
* _Available since v3.1._
|
||||
*/
|
||||
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
|
||||
return functionCall(target, data, "Address: low-level call failed");
|
||||
return functionCallWithValue(target, data, 0, "Address: low-level call failed");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user