Johann Bauer
7 years ago
No known key found for this signature in database
GPG Key ID: 84F1BF925B1F484D
1 changed files with
1 additions and
1 deletions
-
plugins/labels/labels.py
|
|
@ -16,7 +16,7 @@ class LabelsPlugin(BasePlugin): |
|
|
|
|
|
|
|
def __init__(self, parent, config, name): |
|
|
|
BasePlugin.__init__(self, parent, config, name) |
|
|
|
self.target_host = 'labels.bauerj.eu' |
|
|
|
self.target_host = 'labels.electrum.org' |
|
|
|
self.wallets = {} |
|
|
|
|
|
|
|
def encode(self, wallet, msg): |
|
|
|