solidity_quick_ref icon indicating copy to clipboard operation
solidity_quick_ref copied to clipboard

Incorrect state variable assignment in Memo contract constructor

Open iPaulPro opened this issue 4 years ago • 0 comments
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

iPaulPro avatar Feb 14 '21 05:02 iPaulPro