parent
e49f9c42a9
commit
01992ec32e
@ -0,0 +1,8 @@ |
||||
/* |
||||
* Rejector |
||||
* Base contract for rejecting direct deposits. |
||||
* Fallback function throws immediately. |
||||
*/ |
||||
contract Rejector { |
||||
function() { throw; } |
||||
} |
Loading…
Reference in new issue