#981 Lack of checks by missing-zero-check detector in parent contract's constructor. #1863
Sampath2901
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please help me in fixing this issue, I have worked to fix it but couldn't able to find the root cause of it.
OPEN Issue number #981
pragma solidity 0.8.19;
abstract contract Ownable {
address public owngiter1;
address public owner2;
}
contract ABC is Ownable {
}
Beta Was this translation helpful? Give feedback.
All reactions