1
0
This commit is contained in:
ThomasV
2023-07-26 19:20:02 +02:00
parent 83dcc5e4cc
commit 8bd1292e9a

View File

@@ -1830,7 +1830,7 @@ class Peer(Logger):
if preimage:
return preimage, None
else:
return cb, None
return None, cb
else:
callback = lambda: self.maybe_forward_trampoline(
payment_hash=payment_hash,