1
0

followup prev

This commit is contained in:
Sander van Grieken
2025-11-10 13:50:38 +01:00
parent 130af59760
commit 9481f4f636

View File

@@ -434,7 +434,7 @@ class TestOnionMessageManager(ElectrumTestCase):
onionmsg = bfh(test_vectors['onionmessage']['onion_message_packet'])
try:
t.on_onion_message({
'blinding': bfh(test_vectors['route']['first_path_key']),
'path_key': bfh(test_vectors['route']['first_path_key']),
'len': len(onionmsg),
'onion_message_packet': onionmsg
})