Changeset 318 for trunk/sandbox/jhb/oc2/wallet.py
- Timestamp:
- 05/21/09 16:36:02 (3 years ago)
- Files:
-
- 1 modified
-
trunk/sandbox/jhb/oc2/wallet.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sandbox/jhb/oc2/wallet.py
r306 r318 131 131 if amount != int(orig.amount): 132 132 answer = messages.SpendReject() 133 answer.reason = 'amount of coins does not match announced one '133 answer.reason = 'amount of coins does not match announced one. Announced: %s, got %s' % (orig.amount, amount) 134 134 return answer 135 135 #do exchange
