Skip to content

Commit

Permalink
wire/extracted_peer_experimental_csv: option_static_remotekey
Browse files Browse the repository at this point in the history
Aka. BOLTVERSION=930a9b44076a8f25a8626b31b3d5a55c0888308c from
lightning/bolts#642

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Aug 29, 2019
1 parent 3f583e4 commit 00882d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wire/extracted_peer_experimental_csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
--- wire/extracted_peer_wire_csv 2019-08-01 11:33:48.136457293 +0930
+++ - 2019-08-01 11:40:21.313665504 +0930
@@ -108,7 +108,7 @@
msgdata,channel_reestablish,channel_id,channel_id,
msgdata,channel_reestablish,next_commitment_number,u64,
msgdata,channel_reestablish,next_revocation_number,u64,
-msgdata,channel_reestablish,your_last_per_commitment_secret,byte,32,option_data_loss_protect
+msgdata,channel_reestablish,your_last_per_commitment_secret,byte,32,option_data_loss_protect,option_static_remotekey
msgdata,channel_reestablish,my_current_per_commitment_point,point,,option_data_loss_protect
msgtype,announcement_signatures,259
msgdata,announcement_signatures,channel_id,channel_id,
@@ -154,6 +168,11 @@
msgdata,query_short_channel_ids,chain_hash,chain_hash,
msgdata,query_short_channel_ids,len,u16,
Expand Down

0 comments on commit 00882d8

Please sign in to comment.