- Timestamp:
- 05/07/09 19:54:27 (3 years ago)
- Location:
- trunk/sandbox/jhb
- Files:
-
- 5 added
- 1 modified
-
oc2/mint.py (modified) (1 diff)
-
simplejson (added)
-
simplejson/__init__.py (added)
-
simplejson/decoder.py (added)
-
simplejson/encoder.py (added)
-
simplejson/scanner.py (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sandbox/jhb/oc2/mint.py
r275 r302 114 114 115 115 for coin in coins: 116 self.addToDSDB(coin) 117 116 success = self.addToDSDB(coin) 117 if not success: 118 reject = messages.TransferReject() 119 return reject 118 120 return self._mintBlinds(message) 119 121
