1
0

lnworker.pay_invoice: log more

related https://github.com/spesmilo/electrum/issues/7987#issuecomment-1670002482
This commit is contained in:
SomberNight
2023-08-08 17:13:10 +00:00
parent afac158c80
commit 47a591b87f

View File

@@ -1225,7 +1225,10 @@ class LNWallet(LNWorker):
self.save_payment_info(info)
self.wallet.set_label(key, lnaddr.get_description())
self.logger.info(f"pay_invoice starting session for RHASH={payment_hash.hex()}")
self.logger.info(
f"pay_invoice starting session for RHASH={payment_hash.hex()}. "
f"using_trampoline={self.uses_trampoline()}. "
f"invoice_features={invoice_features.get_names()}")
self.set_invoice_status(key, PR_INFLIGHT)
success = False
try: