parent
0c0eb292ad
commit
83f4104699
@ -1,9 +0,0 @@ |
||||
pragma solidity ^0.4.0; |
||||
/* |
||||
* Rejector |
||||
* Base contract for rejecting direct deposits. |
||||
* Fallback function throws immediately. |
||||
*/ |
||||
contract Rejector { |
||||
function() { throw; } |
||||
} |
Loading…
Reference in new issue