changed interface code example to illustrate working solidity version

This commit is contained in:
Zacharius 2018-12-18 12:08:55 -06:00 committed by Christian Parpart
parent 678a95f6e3
commit af3e6db038

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 }