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
"title": "Command to disable a channel in a layer (EXPERIMENTAL)",
7
+
"description": [
8
+
"WARNING: experimental, so API may change.",
9
+
"",
10
+
"The **askrene-disable-channel** RPC command tells askrene to disable a channel whenever the given layer is used. This is mainly useful to force the use of alternate paths."
11
+
],
12
+
"request": {
13
+
"required": [
14
+
"layer",
15
+
"short_channel_id"
16
+
],
17
+
"properties": {
18
+
"layer": {
19
+
"type": "string",
20
+
"description": [
21
+
"The name of the layer to apply this change to."
22
+
]
23
+
},
24
+
"short_channel_id": {
25
+
"type": "short_channel_id",
26
+
"description": [
27
+
"The channel to disable."
28
+
]
29
+
},
30
+
"direction": {
31
+
"type": "u32",
32
+
"description": [
33
+
"The direction of the channel. If the direction is not specified then both directions are disabled."
0 commit comments