1
0

fix: editing labels in [QT GUI] Addresses tab for headings resulted in errors

This commit is contained in:
SomberNight
2017-10-04 14:21:45 +02:00
parent 0f4b5abc15
commit 5ce871ef55
2 changed files with 5 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ class LabelsPlugin(BasePlugin):
def set_label(self, wallet, item, label):
if not wallet in self.wallets:
return
if not item:
return
nonce = self.get_nonce(wallet)
wallet_id = self.wallets[wallet][2]
bundle = {"walletId": wallet_id,