1
0

Added SOCKS support, with cmdline and SimpleConfig options

This commit is contained in:
bkkcoins
2012-09-19 17:37:20 +07:00
parent af3fe1722b
commit aa6f631f2e
4 changed files with 48 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
from wallet import Wallet, format_satoshis, prompt_password
from interface import WalletSynchronizer
from interface import WalletSynchronizer, parse_proxy_options
from interface import TcpStratumInterface
from simple_config import SimpleConfig