Issue in comparing token contract address and address(0) in Solidity 0.5.0
1
I am trying to compare the token contract address with the address(0). This was working fine in older version of truffle and solidity compiler (0.4.24). When I upgraded truffle and started using the latest truffle and compiler version (0.5.0) I am unable to compare the token contract address and address(0). Could you please assist me to resolve this ?
solidity truffle remix open-zeppelin
share | improve this question
edited 1 hour ago
asked 2 hours ago
iappmaker
...