mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
Merge branch 'master' of gitorious.org:electrum/electrum
This commit is contained in:
commit
1a8d97277a
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@ import threading, traceback, sys, time, json, Queue
|
||||||
from version import ELECTRUM_VERSION
|
from version import ELECTRUM_VERSION
|
||||||
|
|
||||||
DEFAULT_TIMEOUT = 5
|
DEFAULT_TIMEOUT = 5
|
||||||
DEFAULT_SERVERS = [ 'ecdsa.org:50001:t', 'electrum.novit.ro:50001:t', 'electrum.bitcoins.sk:50001:t'] # list of default servers
|
DEFAULT_SERVERS = [ 'ecdsa.org:50001:t',
|
||||||
|
'electrum.novit.ro:50001:t',
|
||||||
|
'uncle-enzo.info:50001:t',
|
||||||
|
'electrum.bytesized-hosting.com:50000:t'] # list of default servers
|
||||||
|
|
||||||
|
|
||||||
def replace_keys(obj, old_key, new_key):
|
def replace_keys(obj, old_key, new_key):
|
||||||
|
|
Loading…
Add table
Reference in a new issue