refactor: fix minor issue

This commit is contained in:
cryptoDev222 2021-08-30 10:34:52 -05:00
parent 7905b01a85
commit 7ad2a53364

View File

@ -65,7 +65,7 @@ abstract contract BasicResolver is Events, DSMath, Basic {
* @param getId ID to retrieve amount. * @param getId ID to retrieve amount.
* @param setId ID stores the amount. * @param setId ID stores the amount.
*/ */
function withdrawERC721( function withdrawERC1155(
address token, address token,
uint256 tokenId, uint256 tokenId,
address payable to, address payable to,