You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable _realitioAddress of RCMarket.sol isn't used. The variable realitio seems to used instead.
Two variables with the same purpose is confusing.
Handle
gpersoon
Vulnerability details
Impact
The variable _realitioAddress of RCMarket.sol isn't used. The variable realitio seems to used instead.
Two variables with the same purpose is confusing.
Proof of Concept
https://github.com/code-423n4/2021-06-realitycards/blob/main/contracts/RCMarket.sol#L121
IRealitio public realitio;
address public _realitioAddress;
Tools Used
Recommended Mitigation Steps
Remove address public _realitioAddress;
The text was updated successfully, but these errors were encountered: