Open imterryyy opened 14 hours ago
Solidity
pragma solidity ^0.4.11; contract Test { function balanceOfEther() public constant returns (uint256) { return msg.sender.balance; } }
Return:
Expected:
Reference issue: https://github.com/ethereum/go-ethereum/issues/16999
Solidity
Return:
Expected:
Reference issue: https://github.com/ethereum/go-ethereum/issues/16999