Changeset 302 for trunk

Show
Ignore:
Timestamp:
05/07/09 19:54:27 (3 years ago)
Author:
ocjhb
Message:

missing simplejson

Location:
trunk/sandbox/jhb
Files:
5 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sandbox/jhb/oc2/mint.py

    r275 r302  
    114114         
    115115        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 
    118120        return self._mintBlinds(message) 
    119121