Adds visibility to compilation tests.

This commit is contained in:
Erik Kundt
2018-07-04 19:20:51 +02:00
parent 7101a89056
commit febbfd4204
42 changed files with 137 additions and 137 deletions
@@ -28,7 +28,7 @@ contract PullPayment {
/**
* @dev withdraw accumulated balance, called by payee.
*/
function withdrawPayments() {
function withdrawPayments() public {
address payee = msg.sender;
uint256 payment = payments[payee];