Hacker News new | ask | show | jobs
by qprofyeh 210 days ago
@OP perhaps there’s a comparison bug in withdraw(): if (a.balance <= amount)
1 comments

I've caught unbalanced parens:

    forkIO (atomically (transfer req.from req.to req.amount)