solidity_quick_ref
solidity_quick_ref copied to clipboard
Incorrect state variable assignment in Memo contract constructor
trafficstars
In the Memo contract constructor, we're meant to set the owner variable to msg.sender.
https://github.com/topmonks/solidity_quick_ref/blob/2c7851b08f5b384e1b2ad8a735cc2c0e66454c8d/index.html#L607