1
0

move prompt_password from wallet.py to main script

This commit is contained in:
ThomasV
2012-10-12 01:50:54 +02:00
parent c7311a1e7f
commit d92f1991a9
4 changed files with 22 additions and 26 deletions

View File

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