mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
wire/extracted_peer_experimental_csv: option_static_remotekey
Aka. BOLTVERSION=930a9b44076a8f25a8626b31b3d5a55c0888308c from https://github.com/lightningnetwork/lightning-rfc/pull/642 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
6a293fd135
commit
ded8eb7b31
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user