ryanjackgit

Results 2 comments of ryanjackgit

Thanks justinbretting,For example: contract EventTest { event get_log(address a,address b,uint256 c); function getName(uint256 c) public returns (bool) { emit get_log(msg.sender,msg.sender,c); return true; } } after call getName(1) get log: let...

> We are unable to reproduce this issue, but it has been reported by several person. It might be a problem on windows. Maybe related to asian input method. >...