No code changes, just catching up with the BOLT changes which rework our blinded path terminology (for the better!). Another patch will sweep the rest of our internal names, this tries only to make things compile and fix up the BOLT quotes. 1. Inside payload: current_blinding_point -> current_path_key 2. Inside update_add_htlc TLV: blinding_point -> blinded_path 3. Inside blinded_path: blinding -> first_path_key 4. Inside onion_message: blinding -> path_key. 5. Inside encrypted_data_tlv: next_blinding_override -> next_path_key_override Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
18 lines
691 B
Diff
18 lines
691 B
Diff
We put this in peer_wire instead, in extracted_peer_05_newonion.patch
|
|
|
|
diff --git a/wire/onion_wire.csv b/wire/onion_wire.csv
|
|
index 3884c63dd..25798c3da 100644
|
|
--- a/wire/onion_wire.csv
|
|
+++ b/wire/onion_wire.csv
|
|
@@ -103,10 +103,6 @@ msgdata,invalid_onion_payload,offset,u16,
|
|
msgtype,mpp_timeout,23
|
|
msgtype,invalid_onion_blinding,BADONION|PERM|24
|
|
msgdata,invalid_onion_blinding,sha256_of_onion,sha256,
|
|
-msgtype,onion_message,513
|
|
-msgdata,onion_message,path_key,point,
|
|
-msgdata,onion_message,len,u16,
|
|
-msgdata,onion_message,onion_message_packet,byte,len
|
|
tlvtype,onionmsg_tlv,reply_path,2
|
|
tlvdata,onionmsg_tlv,reply_path,path,blinded_path,
|
|
tlvtype,onionmsg_tlv,encrypted_recipient_data,4
|