1
0

android: move wallet data to internal storage.

This commit is contained in:
ThomasV
2016-03-08 04:55:28 +01:00
parent 671fe73788
commit 4c7bbb4e86
3 changed files with 45 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ class Blockchain(util.PrintError):
return hash_encode(Hash(self.serialize_header(header).decode('hex')))
def path(self):
return os.path.join(self.config.path, 'blockchain_headers')
return util.get_headers_path(self.config)
def init_headers_file(self):
filename = self.path()