doc:correct listrunes's link

This commit is contained in:
bitcoin-lightning 2024-01-02 20:07:56 +08:00 committed by Vincenzo Palazzo
parent d8f410f2e5
commit 2369086fd7

View file

@ -78,7 +78,7 @@ With the default configurations, the Swagger user interface will be available at
The POST method requires `rune` header for authorization.
- A new `rune` can be created via [createrune](https://docs.corelightning.org/reference/lightning-createrune) or the list of
existing runes can be retrieved with [listrunes](https://docs.corelightning.org/reference/lightning-listrunes) command.
existing runes can be retrieved with [listrunes](https://docs.corelightning.org/reference/lightning-commando-listrunes) command.
Note: in version v23.08, a parameter `Nodeid` was required to be the id of the node we're talking to (see `id (pubkey)` received
from [getinfo](https://docs.corelightning.org/reference/lightning-getinfo)). You can still send this for backwards compatiblity,