Browse Source
history: allow changing default label of swaps
bip39-recovery
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|