Y
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
kubanczyk
210 days ago
I've caught unbalanced parens:
forkIO (atomically (transfer req.from req.to req.amount)
link