mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
refactor: fix minor issue
This commit is contained in:
parent
7905b01a85
commit
7ad2a53364
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user