1
0

onion_message: fix forwarding, blinding was renamed path_key

followup 130af59760
This commit is contained in:
Sander van Grieken
2025-12-05 17:42:46 +01:00
parent f3dccc8e4b
commit fb58d210e5

View File

@@ -476,7 +476,7 @@ class OnionMessageManager(Logger):
next_peer.send_message(
"onion_message",
blinding=blinding,
path_key=blinding,
len=len(onion_packet_b),
onion_message_packet=onion_packet_b
)