fix: editing labels in [QT GUI] Addresses tab for headings resulted in errors
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user