mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
follow-up previous commit
This commit is contained in:
parent
13317c2f51
commit
0070e5036c
1 changed files with 1 additions and 1 deletions
|
@ -1207,7 +1207,7 @@ class LNWallet(LNWorker):
|
|||
|
||||
def payment_received(self, chan, payment_hash: bytes):
|
||||
self.set_payment_status(payment_hash, PR_PAID)
|
||||
util.trigger_callback('request_status', payment_hash.hex(), PR_PAID)
|
||||
util.trigger_callback('request_status', self.wallet, payment_hash.hex(), PR_PAID)
|
||||
util.trigger_callback('ln_payment_completed', payment_hash, chan.channel_id)
|
||||
|
||||
async def _calc_routing_hints_for_invoice(self, amount_sat: Optional[int]):
|
||||
|
|
Loading…
Add table
Reference in a new issue