Merge pull request #8027 from ethereum/v06-pragma

[DOCS] Update pragma versions for 0.6.0
This commit is contained in:
chriseth
2019-12-17 16:57:19 +01:00
committed by GitHub
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ Now someone tricks you into sending Ether to the address of this attack wallet:
::
pragma solidity >=0.5.0 <0.7.0;
pragma solidity ^0.6.0;
interface TxUserWallet {
function transferTo(address payable dest, uint amount) external;