Hacker News new | ask | show | jobs
by somewhereoutth 1601 days ago
and this will be the 500k trap:

  function() public payable {
      deposit();
  }
If it didn't have this no-arg behavior, then the mistake wouldn't have been made.