1
0
This commit is contained in:
ThomasV
2022-06-14 20:33:19 +02:00
parent 1915330039
commit adb5b6213b

View File

@@ -1920,6 +1920,8 @@ class LNWallet(LNWorker):
return
self.set_payment_status(payment_hash, status)
req = self.wallet.get_request_by_rhash(payment_hash.hex())
if req is None:
return
key = self.wallet.get_key_for_receive_request(req)
util.trigger_callback('request_status', self.wallet, key, status)