Remove non-compiling payable default

pull/170/head
Remco Bloemen 8 years ago
parent d1af3ef1b3
commit 9ff82aecef
  1. 6
      test/helpers/HasNoEtherTest.sol

@ -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;
}
}

Loading…
Cancel
Save