|
| 1 | +diff --git a/wire/peer_wire.csv b/wire/peer_wire.csv |
| 2 | +index 9abcb0e64..e2aae8efb 100644 |
| 3 | +--- a/wire/peer_wire.csv |
| 4 | ++++ b/wire/peer_wire.csv |
| 5 | +@@ -1,3 +1,6 @@ |
| 6 | ++msgtype,protocol_batch_element,0 |
| 7 | ++msgdata,protocol_batch_element,channel_id,channel_id, |
| 8 | ++msgdata,protocol_batch_element,element_size,u16, |
| 9 | + msgtype,init,16 |
| 10 | + msgdata,init,gflen,u16, |
| 11 | + msgdata,init,globalfeatures,byte,gflen |
| 12 | +@@ -293,6 +296,12 @@ msgdata,update_fail_malformed_htlc,channel_id,channel_id, |
| 13 | + msgdata,update_fail_malformed_htlc,id,u64, |
| 14 | + msgdata,update_fail_malformed_htlc,sha256_of_onion,sha256, |
| 15 | + msgdata,update_fail_malformed_htlc,failure_code,u16, |
| 16 | ++msgtype,start_batch,127 |
| 17 | ++msgdata,start_batch,channel_id,channel_id, |
| 18 | ++msgdata,start_batch,batch_size,u16, |
| 19 | ++msgdata,start_batch,batch_info,start_batch_tlvs, |
| 20 | ++tlvtype,start_batch_tlvs,batch_info,1 |
| 21 | ++tlvdata,start_batch_tlvs,batch_info,message_type,u16, |
| 22 | + msgtype,commitment_signed,132 |
| 23 | + msgdata,commitment_signed,channel_id,channel_id, |
| 24 | + msgdata,commitment_signed,signature,signature, |
0 commit comments