1
0

fix test_onion_message (follow-up previous commit)

This commit is contained in:
ThomasV
2026-01-13 17:36:06 +01:00
parent 1845143786
commit fa575ab1fc

View File

@@ -283,6 +283,9 @@ class MockPeer:
async def wait_one_htlc_switch_iteration(self, *args):
pass
def is_initialized(self):
return True
def send_message(self, *args, **kwargs):
if self.on_send_message:
self.on_send_message(*args, **kwargs)