Documentation.

This commit is contained in:
chriseth
2020-08-18 11:46:59 +02:00
parent e9f91edc4b
commit cf5aa450bd
6 changed files with 41 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if they are marked ``virtual``. For details, please see
::
// SPDX-License-Identifier: GPL-3.0
pragma solidity >0.6.99 <0.8.0;
pragma solidity >0.7.0 <0.8.0;
contract owned {
constructor() { owner = msg.sender; }