Commit ab19715e authored by Andreas Bigger's avatar Andreas Bigger

Disable slither warning for transfer onion

parent 50e97622
...@@ -61,6 +61,7 @@ contract TransferOnion is ReentrancyGuard { ...@@ -61,6 +61,7 @@ contract TransferOnion is ReentrancyGuard {
tempShell = layer.shell; tempShell = layer.shell;
// Transfer the tokens. // Transfer the tokens.
// slither-disable-next-line arbitrary-send-erc20
TOKEN.safeTransferFrom(SENDER, layer.recipient, layer.amount); TOKEN.safeTransferFrom(SENDER, layer.recipient, layer.amount);
// Unchecked increment to save some gas. // Unchecked increment to save some gas.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment