We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JMukesh
checking the return value from function indicates ether function call was success or failure because of that, we should utilise the return value
In RCmarket.sol
https://github.com/code-423n4/2021-06-realitycards/blob/main/contracts/RCMarket.sol#L1025
https://github.com/code-423n4/2021-06-realitycards/blob/main/contracts/RCMarket.sol#L1060
slither
Utilize return value
The text was updated successfully, but these errors were encountered:
JMukesh issue #53
ddcd462
These return values aren't required, instead of using them I'll just remove them.
Sorry, something went wrong.
fixed here
No branches or pull requests
Handle
JMukesh
Vulnerability details
Impact
checking the return value from function indicates ether function call was success or failure because of that, we should utilise the return value
Proof of Concept
In RCmarket.sol
https://github.com/code-423n4/2021-06-realitycards/blob/main/contracts/RCMarket.sol#L1025
https://github.com/code-423n4/2021-06-realitycards/blob/main/contracts/RCMarket.sol#L1060
Tools Used
slither
Recommended Mitigation Steps
Utilize return value
The text was updated successfully, but these errors were encountered: