|
@ -5,7 +5,6 @@ import json |
|
|
import sys |
|
|
import sys |
|
|
import traceback |
|
|
import traceback |
|
|
|
|
|
|
|
|
import aes |
|
|
|
|
|
import base64 |
|
|
import base64 |
|
|
|
|
|
|
|
|
import electrum |
|
|
import electrum |
|
@ -19,7 +18,7 @@ class LabelsPlugin(BasePlugin): |
|
|
|
|
|
|
|
|
def __init__(self, parent, config, name): |
|
|
def __init__(self, parent, config, name): |
|
|
BasePlugin.__init__(self, parent, config, name) |
|
|
BasePlugin.__init__(self, parent, config, name) |
|
|
self.target_host = 'sync.bytesized-hosting.com:9090' |
|
|
self.target_host = 'labels.bauerj.eu' |
|
|
self.wallets = {} |
|
|
self.wallets = {} |
|
|
|
|
|
|
|
|
def encode(self, wallet, msg): |
|
|
def encode(self, wallet, msg): |
|
|