Peter Borah

Results 1 issues of Peter Borah

(Pointed out by @redsquirrel.) ``` function claimBounty(BrokenToken target) { if (owners[target] != 0 && target.totalSupply() > target.balance) { totalBounty = 0; claimed = true; if(!owners[target].send(totalBounty)) throw; } } ``` The...