mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-11-22 17:50:19 +01:00
debug message fix
This commit is contained in:
parent
df395187bf
commit
5b60e44a7e
@ -27,7 +27,7 @@ contract ERC20Mixer is Mixer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _processDeposit() internal nonReentrant {
|
function _processDeposit() internal nonReentrant {
|
||||||
require(msg.value == 0, "ETH value is supposed to be 0 for ETH mixer");
|
require(msg.value == 0, "ETH value is supposed to be 0 for ERC20 mixer");
|
||||||
_safeErc20TransferFrom(msg.sender, address(this), denomination);
|
_safeErc20TransferFrom(msg.sender, address(this), denomination);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user