mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adds review suggestions.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user