changed interface code example to illustrate working solidity version

This commit is contained in:
Zacharius
2018-12-19 12:22:49 +01:00
committed by Christian Parpart
parent 678a95f6e3
commit af3e6db038
+1 -1
View File
@@ -1408,7 +1408,7 @@ Interfaces are denoted by their own keyword:
::
pragma solidity >=0.4.11 <0.6.0;
pragma solidity >=0.5.0 <0.6.0;
interface Token {
enum TokenType { Fungible, NonFungible }