mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Merge branch 'master' of gitorious.org:electrum/electrum
This commit is contained in:
commit
4ba945f8bd
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ config = ConfigParser.ConfigParser()
|
|||
# set some defaults, which will be overwritten by the config file
|
||||
config.add_section('server')
|
||||
config.set('server','banner', 'Welcome to Electrum!')
|
||||
config.set('server', 'host', 'ecdsa.org')
|
||||
config.set('server', 'host', 'localhost')
|
||||
config.set('server', 'port', 50000)
|
||||
config.set('server', 'password', '')
|
||||
config.set('server', 'irc', 'yes')
|
||||
|
|
Loading…
Add table
Reference in a new issue