Unfortunately a spec typo means the data fields are missing (PR pending), so we still patch those in. The message "your_peer_storage" got renamed to "peer_storage_retrieval", and the option "want_peer_backup_storage" was removed. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-EXPERIMENTAL: `experimental-peer-storage` now only advertizes feature 43, not 41.
15 lines
471 B
Diff
15 lines
471 B
Diff
--- wire/peer_wire.csv 2022-07-18 13:49:29.079542016 +0530
|
|
+++ - 2022-07-18 13:58:17.706696582 +0530
|
|
@@ -249,7 +249,11 @@
|
|
msgdata,pong,byteslen,u16,
|
|
msgdata,pong,ignored,byte,byteslen
|
|
msgtype,peer_storage,7
|
|
+msgdata,peer_storage,len,u16,
|
|
+msgdata,peer_storage,blob,byte,len
|
|
msgtype,peer_storage_retrieval,9
|
|
+msgdata,peer_storage_retrieval,len,u16,
|
|
+msgdata,peer_storage_retrieval,blob,byte,len
|
|
tlvtype,n1,tlv1,1
|
|
tlvdata,n1,tlv1,amount_msat,tu64,
|
|
tlvtype,n1,tlv2,2
|