mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Changed setId, getId in main
This commit is contained in:
parent
c58ddef20a
commit
14144f98b2
|
|
@ -43,8 +43,9 @@ contract ERC20PermitResolver is Stores {
|
|||
external
|
||||
returns (string memory _eventName, bytes memory _eventParam)
|
||||
{
|
||||
uint _amt = getUint(getId, amount);
|
||||
|
||||
uint _amt = getUint(getId, amount);
|
||||
|
||||
if(token == daiAddress){
|
||||
DAITokenInterfaceWithPermit token = DAITokenInterfaceWithPermit(token);
|
||||
token.permit(owner, address(this), nonce, deadline, true, v, r, s);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user