lnworker.pay_invoice: log more
related https://github.com/spesmilo/electrum/issues/7987#issuecomment-1670002482
This commit is contained in:
@@ -1225,7 +1225,10 @@ class LNWallet(LNWorker):
|
|||||||
self.save_payment_info(info)
|
self.save_payment_info(info)
|
||||||
self.wallet.set_label(key, lnaddr.get_description())
|
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)
|
self.set_invoice_status(key, PR_INFLIGHT)
|
||||||
success = False
|
success = False
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user