1
0

requests: store path not url

This commit is contained in:
ThomasV
2015-06-02 09:56:10 +02:00
parent b9e4825422
commit 2727df962e
2 changed files with 4 additions and 3 deletions

View File

@@ -1260,7 +1260,7 @@ class Abstract_Wallet(object):
path = os.path.join(rdir, addr + '.bip70')
with open(path, 'w') as f:
f.write(pr)
r['url'] = 'bitcoin:?r=file://' + path
r['path'] = path
self.receive_requests[addr] = r
self.storage.put('receive_requests2', self.receive_requests)