mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
do not print the entire payment log again, this is redundant
This commit is contained in:
parent
caefea19dd
commit
6307e13549
1 changed files with 0 additions and 1 deletions
|
@ -832,7 +832,6 @@ class LNWallet(LNWorker):
|
||||||
self.network.trigger_callback('payment_succeeded', key)
|
self.network.trigger_callback('payment_succeeded', key)
|
||||||
else:
|
else:
|
||||||
self.network.trigger_callback('payment_failed', key, reason)
|
self.network.trigger_callback('payment_failed', key, reason)
|
||||||
self.logger.debug(f'payment attempts log for RHASH {key}: {repr(log)}')
|
|
||||||
return success
|
return success
|
||||||
|
|
||||||
async def _pay_to_route(self, route: LNPaymentRoute, lnaddr: LnAddr) -> PaymentAttemptLog:
|
async def _pay_to_route(self, route: LNPaymentRoute, lnaddr: LnAddr) -> PaymentAttemptLog:
|
||||||
|
|
Loading…
Add table
Reference in a new issue