mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
3e8f575f9e
You can now activate dual-funded channels using the `--experimental-dual-fund` flag Changelog-Changed: Config: `--experimental-dual-fund` runtime flag will enable dual-funded protocol on this node
14 lines
410 B
Diff
14 lines
410 B
Diff
--- wire/peer_exp_wire.csv 2021-01-14 11:00:27.526336550 +1030
|
|
+++ - 2021-01-21 15:31:37.071118999 +1030
|
|
@@ -10,6 +10,10 @@
|
|
msgdata,error,channel_id,channel_id,
|
|
msgdata,error,len,u16,
|
|
msgdata,error,data,byte,len
|
|
+msgtype,warning,1
|
|
+msgdata,warning,channel_id,channel_id,
|
|
+msgdata,warning,len,u16,
|
|
+msgdata,warning,data,byte,len
|
|
msgtype,ping,18
|
|
msgdata,ping,num_pong_bytes,u16,
|
|
msgdata,ping,byteslen,u16,
|