Changeset 340
- Timestamp:
- 11/29/11 20:06:10 (6 months ago)
- Location:
- trunk/sandbox/jhb
- Files:
-
- 2 modified
-
mobile/ocwallet.py (modified) (1 diff)
-
oc2/wallet.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sandbox/jhb/mobile/ocwallet.py
r339 r340 634 634 startup('transports') 635 635 from oc2 import transports 636 transports.printmessages = 1636 transports.printmessages = 0 637 637 startup('media') 638 638 coinsound = audio.Sound.open(mediapath+u'coinsound.wav') -
trunk/sandbox/jhb/oc2/wallet.py
r339 r340 143 143 144 144 def listenSpend(self,message,transport=None): 145 print message146 145 tid = message.transactionId 147 146 amount = sum([int(m.denomination) for m in message.coins])
