onion_message: fix forwarding, blinding was renamed path_key
followup 130af59760
This commit is contained in:
@@ -476,7 +476,7 @@ class OnionMessageManager(Logger):
|
|||||||
|
|
||||||
next_peer.send_message(
|
next_peer.send_message(
|
||||||
"onion_message",
|
"onion_message",
|
||||||
blinding=blinding,
|
path_key=blinding,
|
||||||
len=len(onion_packet_b),
|
len=len(onion_packet_b),
|
||||||
onion_message_packet=onion_packet_b
|
onion_message_packet=onion_packet_b
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user