Adds review suggestions.

This commit is contained in:
Erik Kundt
2018-07-02 16:46:54 +02:00
parent e16e37f507
commit 2031e8e0c1
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ become the new richest.
::
pragma solidity ^0.4.24;
pragma solidity >0.4.24;
contract WithdrawalContract {
address public richest;
@@ -65,7 +65,7 @@ This is as opposed to the more intuitive sending pattern:
::
pragma solidity ^0.4.24;
pragma solidity >0.4.24;
contract SendContract {
address public richest;