mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
LogWithdraw fix
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
parent
da08f615b5
commit
aa4af5ae11
|
@ -134,7 +134,7 @@ abstract contract GebResolver is Helpers, Events {
|
||||||
|
|
||||||
setUint(setId, _amt);
|
setUint(setId, _amt);
|
||||||
|
|
||||||
_eventName = "LogWithdrawCoin(uint256,bytes32,uint256,uint256,uint256)";
|
_eventName = "LogWithdraw(uint256,bytes32,uint256,uint256,uint256)";
|
||||||
_eventParam = abi.encode(_safe, collateralType, _amt, getId, setId);
|
_eventParam = abi.encode(_safe, collateralType, _amt, getId, setId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user