Remix.run Logo
qprofyeh 14 hours ago

@OP perhaps there’s a comparison bug in withdraw(): if (a.balance <= amount)

kubanczyk 12 hours ago | parent [-]

I've caught unbalanced parens:

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