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

@@ -1,3 +1,4 @@
from wallet import Wallet, format_satoshis
from interface import WalletSynchronizer, Interface, pick_random_server, DEFAULT_SERVERS
from simple_config import SimpleConfig
import bitcoin