mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
Also, remove fuzz caused by varint->bigsize change. For some reason my build machine sorts patches into another order, and fails to patch: patching file wire/gen_onion_wire_csv.104951 Hunk #1 succeeded at 52 with fuzz 1 (offset -19 lines). patching file wire/gen_onion_wire_csv.104951 Hunk #1 FAILED at 8. 1 out of 1 hunk FAILED -- saving rejects to file wire/gen_onion_wire_csv.104951.rej make: *** [wire/Makefile:60: wire/gen_onion_wire_csv] Error 1 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
diff --git a/wire/extracted_onion_wire_csv b/wire/extracted_onion_wire_csv
|
|
index 58f278f38..253a50012 100644
|
|
--- a/wire/extracted_onion_wire_csv
|
|
+++ b/wire/extracted_onion_wire_csv
|
|
@@ -71,3 +71,4 @@ msgtype,invalid_onion_payload,PERM|22
|
|
msgdata,invalid_onion_payload,type,bigsize,
|
|
msgdata,invalid_onion_payload,offset,u16,
|
|
msgtype,mpp_timeout,23
|
|
+msgtype,invalid_onion_blinding,BADONION|PERM|24
|