On 6 Nov 2008, at 15:18, Roger Hicks wrote:
Evidence - Wooble's first four transactions with the PBA (copied from
the current PBA log). According to the log, I have noted the number of
coins Wooble would have after each transaction:
2008-10-15 15:29 -- Wooble joins.
2008-10-15 15:29 -- Wooble deposits 2 0 crops for ^23.
2008-10-15 15:29 -- Wooble withdraws a 8 crop for ^13.
10
2008-10-17 16:29 -- Wooble deposits a C credit for ^17.
2008-10-17 16:29 -- Wooble withdraws a 9 crop for ^15.
12
2008-10-19 18:34 -- Wooble deposits 10 0 crops for ^75.
2008-10-19 18:34 -- Wooble transfers ^75 to RBoA.
12
2008-10-22 15:34 -- Wooble withdraws a 5 crop for ^15. (originally
wanted 5, but the bank didn't have that much)
-3
This obviously doesn't work.
BobTHJ
Hm. That is weird indeed. See, this should work fine: the RBoA
transactions are
liberal but the rest are conservative, just like it's always been:
if target == 'RBoA':
while comrades[person] < amount:
note = "originally tried to transfer ^%i but doesn't
have that much" % (orig_amount,)
amount -= 1
say_amount = '^%i' % (amount,)
else:
if comrades[person] < amount:
fails = True
note = 'only has ^%i' % (comrades[person],)
So... I really have no idea.
--
ehird