1
0

do not bundle blockchain headers with packages

This commit is contained in:
thomasv
2012-12-17 11:18:49 +01:00
parent 2e8281d21c
commit ba39f8bec0
3 changed files with 18 additions and 18 deletions

View File

@@ -37,8 +37,6 @@ data_files += [
])
]
if os.path.exists("data/blockchain_headers"):
data_files.append( (util.appdata_dir(), ["data/blockchain_headers"]) )
setup(name = "Electrum",
version = version.ELECTRUM_VERSION,