revert default wallet back to lbryum

This commit is contained in:
Job Evers-Meltzer 2016-07-18 11:30:21 -05:00
parent f51fd48cdb
commit 78b4b3ffa8
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ API_CONNECTION_STRING = "http://%s:%i/%s" % (API_INTERFACE, API_PORT, API_ADDRES
UI_ADDRESS = "http://%s:%i" % (API_INTERFACE, API_PORT)
PROTOCOL_PREFIX = "lbry"
DEFAULT_WALLET = "lbrycrd"
DEFAULT_WALLET = "lbryum"
WALLET_TYPES = ["lbryum", "lbrycrd"]
DEFAULT_TIMEOUT = 30
DEFAULT_MAX_SEARCH_RESULTS = 25

View file

@ -268,8 +268,8 @@ class LBRYDaemon(jsonrpc.JSONRPC):
####
#
# Ignore the saved wallet type. Some users will have their wallet type
# saved as lbryum and we want wallets to be lbrycrd unless explicitly
# set on the command line to be lbryum.
# saved as lbrycrd and we want wallets to be lbryum unless explicitly
# set on the command line to be lbrycrd.
#
# if self.session_settings['wallet_type'] in WALLET_TYPES and not wallet_type:
# self.wallet_type = self.session_settings['wallet_type']