[False-Positive]:msg.value
in a loop when msg.value
is not transferred
#2237
Labels
msg.value
in a loop when msg.value
is not transferred
#2237
Describe the issue:
In the following code snippet, Slither detects the following:
This seems invalid as
msg.value
here is just checked as a conditional to ensure no value is sent to this function. In any case, no logic inside this function (including inside the internal_transfer
function) forwardsmsg.value
.Code example to reproduce the issue:
Version:
0.10.0
Relevant log output:
No response
The text was updated successfully, but these errors were encountered: