Various fixes for command line. Make 'payto' command require network (fixes #1525)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from version import ELECTRUM_VERSION
|
||||
from util import format_satoshis, print_msg, print_json, print_error, set_verbosity
|
||||
from util import format_satoshis, print_msg, print_error, set_verbosity
|
||||
from wallet import Synchronizer, WalletStorage
|
||||
from wallet import Wallet, Imported_Wallet
|
||||
from network import Network, DEFAULT_SERVERS, DEFAULT_PORTS, pick_random_server
|
||||
|
||||
Reference in New Issue
Block a user