Show
Ignore:
Timestamp:
06/15/09 02:46:06 (3 years ago)
Author:
ocjhb
Message:

webwallet can now do basic actions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sandbox/jhb/mobile/ocwallet.py

    r324 r327  
    434434 
    435435        if method == 1: 
    436             url = appuifw.query(u'address','text',u'192.168.2.105') 
     436            url = appuifw.query(u'address','text',u'192.168.2.105:%s' % walletport) 
    437437            if not url: 
    438438                return                 
    439439            else:      
    440                 url = 'http://%s:%s' % (url,walletport) 
     440                url = 'http://%s' % (url) 
    441441            transport = self.getHTTPTransport(url) 
    442442            if not transport: