mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Merge pull request #592 from wozz/exchange-settings
Set default exchange to Blockchain.info
This commit is contained in:
commit
d160851496
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class Plugin(BasePlugin):
|
|||
|
||||
def on_change_ex(x):
|
||||
cur_request = str(self.exchanges[x])
|
||||
if cur_request != self.config.get('use_exchange', "CoinDesk"):
|
||||
if cur_request != self.config.get('use_exchange', "Blockchain"):
|
||||
self.config.set_key('use_exchange', cur_request, True)
|
||||
self.win.update_status()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue