Show
Ignore:
Timestamp:
05/21/09 16:36:02 (3 years ago)
Author:
ocjhb
Message:

encrypt the wallet storage with pure python blowfish

Files:
1 modified

Legend:

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

    r306 r318  
    131131        if amount != int(orig.amount): 
    132132            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) 
    134134            return answer 
    135135        #do exchange