Skip to content

Commit

Permalink
Remove non-compiling payable default
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco Bloemen committed Mar 23, 2017
1 parent d1af3ef commit 9ff82ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/helpers/HasNoEtherTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ contract HasNoEtherTest is HasNoEther {

// Constructor with explicit payable — should still fail
function HasNoEtherTest() payable {

}

// Default function with explicit payable — should still fail
function() external payable {
throw;
}

}

0 comments on commit 9ff82ae

Please sign in to comment.