mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
Merge branch 'master' of git://github.com/spesmilo/electrum
This commit is contained in:
commit
11a6917ade
2 changed files with 0 additions and 10 deletions
|
@ -37,11 +37,6 @@ If you don't have pip, install with::
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
To start Electrum from your web browser, see
|
|
||||||
http://electrum.org/bitcoin_URIs.html
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2. HOW OFFICIAL PACKAGES ARE CREATED
|
2. HOW OFFICIAL PACKAGES ARE CREATED
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -141,11 +141,6 @@ class TrezorCompatiblePlugin(HW_PluginBase):
|
||||||
|
|
||||||
return client
|
return client
|
||||||
|
|
||||||
@hook
|
|
||||||
def close_wallet(self, wallet):
|
|
||||||
if isinstance(wallet, self.wallet_class):
|
|
||||||
self.device_manager().unpair_wallet(wallet)
|
|
||||||
|
|
||||||
def initialize_device(self, wallet):
|
def initialize_device(self, wallet):
|
||||||
# Initialization method
|
# Initialization method
|
||||||
msg = _("Choose how you want to initialize your %s.\n\n"
|
msg = _("Choose how you want to initialize your %s.\n\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue