Browse Source

history: allow changing default label of swaps

bip39-recovery
SomberNight 5 years ago
parent
commit
700e62598d
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/lnworker.py

2
electrum/lnworker.py

@ -711,7 +711,7 @@ class LNWallet(LNWorker):
'amount_msat': 0,
#'amount_msat': amount_msat, # must not be added
'type': 'swap',
'label': label
'label': self.wallet.get_label(txid) or label,
}
return out

Loading…
Cancel
Save