mirror of
https://github.com/Instadapp/infinite-proxy.git
synced 2024-07-29 21:47:49 +00:00
minor fix
This commit is contained in:
parent
bec1d6370f
commit
b0ed8dc7b9
|
@ -27,6 +27,6 @@ contract UserModule is Events {
|
||||||
_userBalance[msg.sender] -= amount_;
|
_userBalance[msg.sender] -= amount_;
|
||||||
IERC20(token).safeTransfer(msg.sender, amount_);
|
IERC20(token).safeTransfer(msg.sender, amount_);
|
||||||
|
|
||||||
event withdrawLog(uint256 amount_);
|
emit withdrawLog(amount_);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user