Browse Source
lightningd: remove unused offset field from CSV files.
lightningd: remove unused offset field from CSV files.
The format we use to generate marshal/unmarshal code is from the spec's tools/extract-formats.py which includes the offset: we don't use it at all, so rather than having manually-calculated (and thus probably wrong) values, or 0, emit it altogther. Reported-by: Christian Decker Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>ppa-0.6.1
6 changed files with 189 additions and 189 deletions
-
116lightningd/channel/channel_wire.csv
-
82lightningd/gossip/gossip_wire.csv
-
28lightningd/handshake/handshake_wire.csv
-
20lightningd/hsm/hsm_client_wire_csv
-
44lightningd/hsm/hsm_wire.csv
-
88lightningd/opening/opening_wire.csv
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
@ -1,21 +1,21 @@ |
|||
# Give me ECDH(node-id-secret,point) |
|||
hsm_ecdh_req,1 |
|||
hsm_ecdh_req,0,point,struct pubkey |
|||
hsm_ecdh_req,,point,struct pubkey |
|||
hsm_ecdh_resp,100 |
|||
hsm_ecdh_resp,0,ss,struct secret |
|||
hsm_ecdh_resp,,ss,struct secret |
|||
|
|||
hsm_cannouncement_sig_req,2 |
|||
hsm_cannouncement_sig_req,0,bitcoin_id,struct pubkey |
|||
hsm_cannouncement_sig_req,33,calen,u16 |
|||
hsm_cannouncement_sig_req,35,ca,calen |
|||
hsm_cannouncement_sig_req,,bitcoin_id,struct pubkey |
|||
hsm_cannouncement_sig_req,,calen,u16 |
|||
hsm_cannouncement_sig_req,,ca,calen |
|||
|
|||
hsm_cannouncement_sig_reply,102 |
|||
hsm_cannouncement_sig_reply,0,node_signature,64 |
|||
hsm_cannouncement_sig_reply,,node_signature,64 |
|||
|
|||
hsm_cupdate_sig_req,3 |
|||
hsm_cupdate_sig_req,0,culen,u16 |
|||
hsm_cupdate_sig_req,2,cu,culen |
|||
hsm_cupdate_sig_req,,culen,u16 |
|||
hsm_cupdate_sig_req,,cu,culen |
|||
|
|||
hsm_cupdate_sig_reply,103 |
|||
hsm_cupdate_sig_reply,0,culen,u16 |
|||
hsm_cupdate_sig_reply,2,cu,culen |
|||
hsm_cupdate_sig_reply,,culen,u16 |
|||
hsm_cupdate_sig_reply,,cu,culen |
|||
|
Can't render this file because it has a wrong number of fields in line 2.
|
Can't render this file because it has a wrong number of fields in line 2.
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue