You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lnrpc/lightning.swagger.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3111,6 +3111,11 @@
3111
3111
"memo": {
3112
3112
"type": "string",
3113
3113
"description": "An optional note-to-self to go along with the channel containing some\nuseful information. This is only ever stored locally and in no way\nimpacts the channel's operation."
3114
+
},
3115
+
"custom_channel_data": {
3116
+
"type": "string",
3117
+
"format": "byte",
3118
+
"description": "Custom channel data that might be populated in custom channels."
3114
3119
}
3115
3120
}
3116
3121
},
@@ -3805,6 +3810,11 @@
3805
3810
"memo": {
3806
3811
"type": "string",
3807
3812
"description": "An optional note-to-self to go along with the channel containing some\nuseful information. This is only ever stored locally and in no way impacts\nthe channel's operation."
3813
+
},
3814
+
"custom_channel_data": {
3815
+
"type": "string",
3816
+
"format": "byte",
3817
+
"description": "Custom channel data that might be populated in custom channels."
3808
3818
}
3809
3819
}
3810
3820
},
@@ -4008,6 +4018,11 @@
4008
4018
"pending_open_remote_balance": {
4009
4019
"$ref": "#/definitions/lnrpcAmount",
4010
4020
"description": "Sum of channels pending remote balances."
4021
+
},
4022
+
"custom_channel_data": {
4023
+
"type": "string",
4024
+
"format": "byte",
4025
+
"description": "Custom channel data that might be populated if there are custom channels\npresent."
0 commit comments