mirror of
https://github.com/Instadapp/yield-contract.git
synced 2024-07-29 21:47:29 +00:00
Fixed deposit event error
This commit is contained in:
parent
7df9dec72a
commit
1964045812
|
@ -59,7 +59,7 @@ contract Flusher {
|
||||||
|
|
||||||
poolContract.deposit(amt);
|
poolContract.deposit(amt);
|
||||||
}
|
}
|
||||||
emit LogDeposit(msg.sender, token, address(poolContract), amt);
|
emit LogDeposit(token, address(poolContract), amt);
|
||||||
}
|
}
|
||||||
|
|
||||||
function withdraw(address token, uint amount) external isSigner returns (uint _amount) {
|
function withdraw(address token, uint amount) external isSigner returns (uint _amount) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user