1
0

history: allow changing default label of swaps

This commit is contained in:
SomberNight
2020-06-25 19:12:11 +02:00
parent b1a70be079
commit 700e62598d

View File

@@ -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