LogWithdraw fix

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Guillaume 2021-03-30 16:32:41 +02:00 committed by GitHub
parent da08f615b5
commit aa4af5ae11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ abstract contract GebResolver is Helpers, Events {
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);
}