mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-12 10:30:29 +01:00
doc: Fixed decode first_scid
and first_scid_dir
descriptions
This commit is contained in:
parent
a43fc91f8f
commit
f5f2ab17a0
2 changed files with 48 additions and 16 deletions
|
@ -5679,12 +5679,16 @@
|
||||||
"first_scid": {
|
"first_scid": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "short_channel_id",
|
"type": "short_channel_id",
|
||||||
"description": "the short channel id of the start of the path (alternative to first_n ode_id)"
|
"description": [
|
||||||
|
"the short channel id of the start of the path (alternative to first_node_id)"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"first_scid_dir": {
|
"first_scid_dir": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "u32",
|
"type": "u32",
|
||||||
"description": "which end of the first_scid is the start of the path"
|
"description": [
|
||||||
|
"which end of the first_scid is the start of the path"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"blinding": {
|
"blinding": {
|
||||||
"type": "pubkey",
|
"type": "pubkey",
|
||||||
|
@ -6066,12 +6070,16 @@
|
||||||
"first_scid": {
|
"first_scid": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "short_channel_id",
|
"type": "short_channel_id",
|
||||||
"description": "the short channel id of the start of the path (alternative to first_n ode_id)"
|
"description": [
|
||||||
|
"the short channel id of the start of the path (alternative to first_node_id)"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"first_scid_dir": {
|
"first_scid_dir": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "u32",
|
"type": "u32",
|
||||||
"description": "which end of the first_scid is the start of the path"
|
"description": [
|
||||||
|
"which end of the first_scid is the start of the path"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"blinding": {
|
"blinding": {
|
||||||
"type": "pubkey",
|
"type": "pubkey",
|
||||||
|
@ -6550,12 +6558,16 @@
|
||||||
"first_scid": {
|
"first_scid": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "short_channel_id",
|
"type": "short_channel_id",
|
||||||
"description": "the short channel id of the start of the path (alternative to first_n ode_id)"
|
"description": [
|
||||||
|
"the short channel id of the start of the path (alternative to first_node_id)"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"first_scid_dir": {
|
"first_scid_dir": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "u32",
|
"type": "u32",
|
||||||
"description": "which end of the first_scid is the start of the path"
|
"description": [
|
||||||
|
"which end of the first_scid is the start of the path"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"blinding": {
|
"blinding": {
|
||||||
"type": "pubkey",
|
"type": "pubkey",
|
||||||
|
@ -6763,12 +6775,16 @@
|
||||||
"first_scid": {
|
"first_scid": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "short_channel_id",
|
"type": "short_channel_id",
|
||||||
"description": "the short channel id of the start of the path (alternative to first_n ode_id)"
|
"description": [
|
||||||
|
"the short channel id of the start of the path (alternative to first_node_id)"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"first_scid_dir": {
|
"first_scid_dir": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "u32",
|
"type": "u32",
|
||||||
"description": "which end of the first_scid is the start of the path"
|
"description": [
|
||||||
|
"which end of the first_scid is the start of the path"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"blinding": {
|
"blinding": {
|
||||||
"type": "pubkey",
|
"type": "pubkey",
|
||||||
|
|
|
@ -189,12 +189,16 @@
|
||||||
"first_scid": {
|
"first_scid": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "short_channel_id",
|
"type": "short_channel_id",
|
||||||
"description": "the short channel id of the start of the path (alternative to first_n ode_id)"
|
"description": [
|
||||||
|
"the short channel id of the start of the path (alternative to first_node_id)"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"first_scid_dir": {
|
"first_scid_dir": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "u32",
|
"type": "u32",
|
||||||
"description": "which end of the first_scid is the start of the path"
|
"description": [
|
||||||
|
"which end of the first_scid is the start of the path"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"blinding": {
|
"blinding": {
|
||||||
"type": "pubkey",
|
"type": "pubkey",
|
||||||
|
@ -576,12 +580,16 @@
|
||||||
"first_scid": {
|
"first_scid": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "short_channel_id",
|
"type": "short_channel_id",
|
||||||
"description": "the short channel id of the start of the path (alternative to first_n ode_id)"
|
"description": [
|
||||||
|
"the short channel id of the start of the path (alternative to first_node_id)"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"first_scid_dir": {
|
"first_scid_dir": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "u32",
|
"type": "u32",
|
||||||
"description": "which end of the first_scid is the start of the path"
|
"description": [
|
||||||
|
"which end of the first_scid is the start of the path"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"blinding": {
|
"blinding": {
|
||||||
"type": "pubkey",
|
"type": "pubkey",
|
||||||
|
@ -1060,12 +1068,16 @@
|
||||||
"first_scid": {
|
"first_scid": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "short_channel_id",
|
"type": "short_channel_id",
|
||||||
"description": "the short channel id of the start of the path (alternative to first_n ode_id)"
|
"description": [
|
||||||
|
"the short channel id of the start of the path (alternative to first_node_id)"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"first_scid_dir": {
|
"first_scid_dir": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "u32",
|
"type": "u32",
|
||||||
"description": "which end of the first_scid is the start of the path"
|
"description": [
|
||||||
|
"which end of the first_scid is the start of the path"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"blinding": {
|
"blinding": {
|
||||||
"type": "pubkey",
|
"type": "pubkey",
|
||||||
|
@ -1273,12 +1285,16 @@
|
||||||
"first_scid": {
|
"first_scid": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "short_channel_id",
|
"type": "short_channel_id",
|
||||||
"description": "the short channel id of the start of the path (alternative to first_n ode_id)"
|
"description": [
|
||||||
|
"the short channel id of the start of the path (alternative to first_node_id)"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"first_scid_dir": {
|
"first_scid_dir": {
|
||||||
"added": "v23.05",
|
"added": "v23.05",
|
||||||
"type": "u32",
|
"type": "u32",
|
||||||
"description": "which end of the first_scid is the start of the path"
|
"description": [
|
||||||
|
"which end of the first_scid is the start of the path"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"blinding": {
|
"blinding": {
|
||||||
"type": "pubkey",
|
"type": "pubkey",
|
||||||
|
|
Loading…
Add table
Reference in a new issue