mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
fix bug #717
This commit is contained in:
parent
86aba082e1
commit
52d4437d50
1 changed files with 1 additions and 1 deletions
2
electrum
2
electrum
|
@ -40,7 +40,7 @@ if __builtin__.use_local_modules:
|
|||
imp.load_module('electrum_gui', *imp.find_module('gui'))
|
||||
|
||||
|
||||
from electrum import SimpleConfig, Network, Wallet, WalletStorage, NetworkProxy, Commands, known_commands
|
||||
from electrum import SimpleConfig, Network, Wallet, WalletStorage, NetworkProxy, Commands, known_commands, pick_random_server
|
||||
from electrum.util import print_msg, print_stderr, print_json, set_verbosity
|
||||
|
||||
# get password routine
|
||||
|
|
Loading…
Add table
Reference in a new issue