1
0

separate bitcoin related functions from wallet.py

This commit is contained in:
thomasv
2012-10-19 14:55:01 +02:00
parent 728ae0d184
commit 5717b43661
6 changed files with 242 additions and 229 deletions

View File

@@ -59,6 +59,7 @@ setup(name = "Electrum",
'electrum.bmp',
'electrum.msqr',
'electrum.util',
'electrum.bitcoin',
'electrum.i18n'],
description = "Lightweight Bitcoin Wallet",
author = "thomasv",