docs: Updated schema for mdx compatibility
What changed, and why it matters
This commit is a documentation-only change. It updates the project's documentation files and JSON schemas so that author email addresses, web links, and tables are written in a format compatible with MDX (a modern documentation rendering format). There are no changes to the actual Core Lightning software code, so it cannot affect node security, funds, or network behavior.
No security action required. This is a routine documentation formatting update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit modifies 151 documentation and schema files. The diff shows only formatting conversions: email addresses are rewritten from Name <email> to Markdown link syntax [email](mailto:email), URLs from <URL> to [URL](URL), and one HTML table in getroute.json is replaced with a Markdown pipe table. The Changelog-Fixed entry explicitly frames this as a documentation rendering fix for MDX compatibility. No runtime code, configuration parsing, RPC logic, cryptography, or network handling is changed.
Changed components
Documentation files under doc/schemas/doc/reckless.7.mdcontrib/msggen/msggen/schema.jsonInspect captured patch +654 / −976
diff --git a/contrib/msggen/msggen/schema.json b/contrib/msggen/msggen/schema.json
index 0469387..ed70ca4 100644
--- a/contrib/msggen/msggen/schema.json
+++ b/contrib/msggen/msggen/schema.json
@@ -31,13 +31,13 @@
"properties": {}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -134,14 +134,14 @@
}
},
"author": [
- "Dusty <<@dusty_daemon>> is mainly responsible."
+ "Dusty [@dusty_daemon](mailto:@dustydaemon) is mainly responsible."
],
"see_also": [
"lightning-fundpsbt(7)",
"lightning-utxopsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -388,10 +388,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -564,10 +564,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Lagrange <<lagrang3@protonmail.com>> is mainly responsible."
+ "Lagrange [lagrang3@protonmail.com](mailto:lagrang3@protonmail.com) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -684,10 +684,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -1008,10 +1008,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -1082,10 +1082,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -1210,10 +1210,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -1545,10 +1545,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -1747,10 +1747,10 @@
"lightning-askrene-unreserve(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -1823,10 +1823,10 @@
"lightning-askrene-listlayers(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -1903,10 +1903,10 @@
"lightning-askrene-listreservations(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -2011,10 +2011,10 @@
"lightning-askrene-listreservations(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -2133,10 +2133,10 @@
"lightning-askrene-create-channel(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -2387,14 +2387,14 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightningd-config(5)",
"lightning-autoclean-status(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -2927,7 +2927,7 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightningd-config(5)",
@@ -2936,7 +2936,7 @@
"lightning-listforwards(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -3028,10 +3028,10 @@
"- -32602: Error in given parameters."
],
"author": [
- "Rusty Russell <<rusty@blockstream.com>> wrote the initial version of this man page."
+ "Rusty Russell [rusty@blockstream.com](mailto:rusty@blockstream.com) wrote the initial version of this man page."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -3241,7 +3241,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-listincome(7)",
@@ -3251,7 +3251,7 @@
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -3429,7 +3429,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-listincome(7)",
@@ -3439,7 +3439,7 @@
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -3715,7 +3715,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-editdescriptionbypaymentid(7)",
@@ -3723,7 +3723,7 @@
"lightning-bkpr-listincome(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -4018,7 +4018,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-editdescriptionbyoutpoint(7)",
@@ -4026,7 +4026,7 @@
"lightning-bkpr-listincome(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -4270,7 +4270,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-listbalances(7)",
@@ -4278,7 +4278,7 @@
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -4572,7 +4572,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-listincome(7)",
@@ -4581,7 +4581,7 @@
"lightning-bkpr-channelsapy(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -4782,7 +4782,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-listincome(7)",
@@ -4792,7 +4792,7 @@
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -4992,7 +4992,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-listaccountevents(7)",
@@ -5000,7 +5000,7 @@
"lightning-bkpr-listbalances(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -5175,14 +5175,14 @@
}
},
"author": [
- "Shahana Farooqui <<sfarooqui@blockstream.com>> is mainly responsible."
+ "Shahana Farooqui [sfarooqui@blockstream.com](mailto:sfarooqui@blockstream.com) is mainly responsible."
],
"see_also": [
"lightning-commando-blacklist(7)",
"lightning-showrunes(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -5337,13 +5337,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-fetchinvoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
]
},
"check.json": {
@@ -5387,10 +5387,10 @@
]
},
"author": [
- "Mark Beckwith <<wythe@intrig.com>> and Rusty Russell <<rusty@rustcorp.com.au>> are mainly responsible."
+ "Mark Beckwith [wythe@intrig.com](mailto:wythe@intrig.com) and Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) are mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -5517,13 +5517,13 @@
"- 1301: *pubkey* not found in the graph."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-signmessage(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -5634,14 +5634,14 @@
"- 1503 (RUNE_BLACKLISTED): rune has been explicitly blacklisted."
],
"author": [
- "Shahana Farooqui <<sfarooqui@blockstream.com>> is mainly responsible for consolidating logic from commando."
+ "Shahana Farooqui [sfarooqui@blockstream.com](mailto:sfarooqui@blockstream.com) is mainly responsible for consolidating logic from commando."
],
"see_also": [
"lightning-createrune(7)",
"lightning-blacklistrune(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -5854,7 +5854,7 @@
"Notifications may be returned indicating what is going on, especially if the peer is offline and we are waiting."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-disconnect(7)",
@@ -5862,7 +5862,7 @@
"lightningd-config(5)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -5985,7 +5985,7 @@
"It can also fail if the peer does not respond, in which case it will simply hang awaiting a response."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> wrote the original Python commando.py plugin, the in-tree commando plugin, and this manual page.",
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) wrote the original Python commando.py plugin, the in-tree commando plugin, and this manual page.",
"",
"Christian Decker came up with the name \"commando\", which almost excuses his previous adoption of the name \"Eltoo\"."
],
@@ -5993,7 +5993,7 @@
"lightning-commando-rune(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -6244,7 +6244,7 @@
"- -32602: If the given parameters are wrong"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible. Felix <<fixone@gmail.com>> is the original author of this manpage."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible. Felix [fixone@gmail.com](mailto:fixone@gmail.com) is the original author of this manpage."
],
"see_also": [
"lightning-fundchannel(7)",
@@ -6253,7 +6253,7 @@
"lightning-disconnect(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -6494,7 +6494,7 @@
"- 900: An invoice with the given *label* already exists."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-invoice(7)",
@@ -6505,7 +6505,7 @@
"lightning-offer(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -6622,14 +6622,14 @@
}
},
"author": [
- "Christian Decker <<decker.christian@gmail.com>> is mainly responsible."
+ "Christian Decker [decker.christian@gmail.com](mailto:decker.christian@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-sendonion(7)",
"lightning-getroute(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[BOLT 04](https://github.com/lightning/bolts/blob/master/04-onion-routing.md)"
],
@@ -6815,16 +6815,16 @@
"If a rune has a ratelimit, any derived rune will have the same id, and thus will compete for that ratelimit. You might want to consider adding a tighter ratelimit to a rune before sharing it, so you will keep the remainder. For example, if your rune has a limit of 60 times per minute, adding a limit of 5 times per minute and handing that rune out means you can still use your original rune 55 times per minute."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> wrote the original Python commando.py plugin, the in-tree commando plugin, and this manual page.",
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) wrote the original Python commando.py plugin, the in-tree commando plugin, and this manual page.",
"",
- "Shahana Farooqui <<sfarooqui@blockstream.com>> is mainly responsible for migrating commando-rune to createrune."
+ "Shahana Farooqui [sfarooqui@blockstream.com](mailto:sfarooqui@blockstream.com) is mainly responsible for migrating commando-rune to createrune."
],
"see_also": [
"lightning-commando-rune(7)",
"lightning-checkrune(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"usage": [
"- You can use lightning-decode(7) to examine runes you have been given:",
@@ -7251,7 +7251,7 @@
"- -32602: invalid parameters"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listdatastore(7)",
@@ -7259,7 +7259,7 @@
"lightning-datastoreusage(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -7392,7 +7392,7 @@
}
},
"author": [
- "Peter Neuroth <<pet.v.ne@gmail.com>> is mainly responsible."
+ "Peter Neuroth [pet.v.ne@gmail.com](mailto:pet.v.ne@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-datastore(7)",
@@ -7400,7 +7400,7 @@
"lightning-listdatastore(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -9840,7 +9840,7 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)",
@@ -9855,7 +9855,7 @@
"[BOLT #12](https://github.com/rustyrussell/lightning-rfc/blob/guilt/offers/12-offer-encoding.md)",
"(experimental, [bolt](https://github.com/lightning/bolts) #798)",
"",
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -10168,7 +10168,7 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)",
@@ -10178,7 +10178,7 @@
"resources": [
"[BOLT #11](https://github.com/lightning/bolts/blob/master/11-payment-encoding.md)",
"",
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -10299,7 +10299,7 @@
"- -32602: invalid parameters"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listdatastore(7)",
@@ -10307,7 +10307,7 @@
"lightning-datastoreusage(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -10405,13 +10405,13 @@
"- 1401: The forward specified does not exist."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-autoclean(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -10722,7 +10722,7 @@
"- 908: The invoice already has no description, and *desconly* was set."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listinvoices(7)",
@@ -10731,7 +10731,7 @@
"lightning-autoclean-status(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -10817,13 +10817,13 @@
"- 1402: The listnetworkevents specified does not exist."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-autoclean(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
]
},
"delpay.json": {
@@ -11025,7 +11025,7 @@
"- 208: Payment with payment_hash not found."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> is mainly responsible."
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-listpays(7)",
@@ -11033,7 +11033,7 @@
"lightning-paystatus(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -11158,14 +11158,14 @@
"- -32602: Error in given parameters."
],
"author": [
- "Rusty Russell <<rusty@blockstream.com>> wrote the initial version of this man page."
+ "Rusty Russell [rusty@blockstream.com](mailto:rusty@blockstream.com) wrote the initial version of this man page."
],
"see_also": [
"lightningd-config(5)",
"lightning-notifications(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -11271,7 +11271,7 @@
"- -1: Catch all nonspecific errors, eg. `Multiple channels: please specify short_channel_id.` OR `No channels matching that peer_id and that short_channel_id.`, etc."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-close(7)",
@@ -11280,7 +11280,7 @@
"lightning-listfunds(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -11743,14 +11743,14 @@
"```"
],
"author": [
- "Dusty <<@dusty_daemon>> is mainly responsible."
+ "Dusty [@dusty_daemon](mailto:@dustydaemon) is mainly responsible."
],
"see_also": [
"lightning-splice_signed(7)",
"lightning-splice_update(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
]
},
"disableinvoicerequest.json": {
@@ -11833,14 +11833,14 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-invoicerequest(7)",
"lightning-listinvoicerequests(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -11940,7 +11940,7 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-enableoffer(7)",
@@ -11948,7 +11948,7 @@
"lightning-listoffers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -12008,14 +12008,14 @@
"- -1: Catchall nonspecific error."
],
"author": [
- "Michael Hawkins <<michael.hawkins@protonmail.com>>."
+ "Michael Hawkins [michael.hawkins@protonmail.com](mailto:michael.hawkins@protonmail.com)."
],
"see_also": [
"lightning-connect(7)",
"lightning-listpeerchannels(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -12075,13 +12075,13 @@
}
},
"author": [
- "Aditya <<aditya.sharma20111@gmail.com>> is mainly responsible."
+ "Aditya [aditya.sharma20111@gmail.com](mailto:aditya.sharma20111@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-getsharedsecret(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -12193,7 +12193,7 @@
"- 1006: offer already enabled."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-offer(7)",
@@ -12201,7 +12201,7 @@
"lightning-listoffers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -12278,13 +12278,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-hsmtool(8)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -12703,7 +12703,7 @@
"In C-lightning we like to call the weight unit \"sipa\" in honor of Pieter Wuille, who uses the name \"sipa\" on IRC and elsewhere. Internally we call the *perkw* style as \"feerate per kilosipa\"."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> wrote the initial version of this manpage."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) wrote the initial version of this manpage."
],
"see_also": [
"lightning-parsefeerate(7)",
@@ -12713,7 +12713,7 @@
"lightning-fundchannel_start(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -13131,14 +13131,14 @@
"- 1005: We timed out trying to fetch an invoice."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-sendinvoice(7)",
"lightning-pay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -13409,7 +13409,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -13524,7 +13524,7 @@
"- 308: It is unsafe to cancel the channel: the funding transaction has been broadcast, or there are HTLCs already in the channel, or the peer was the initiator and not us."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-connect(7)",
@@ -13538,7 +13538,7 @@
"lightning-openchannel_abort(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -13639,7 +13639,7 @@
"- 309: PSBT does not have a unique, correct output to fund the channel."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-connect(7)",
@@ -13654,7 +13654,7 @@
"lightning-openchannel_abort(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -13878,7 +13878,7 @@
"- 312: Peer negotiated `option_dual_fund`, must use `openchannel_init` not `fundchannel_start`. (Only if ``experimental-dual-fund` is enabled)"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-connect(7)",
@@ -13893,7 +13893,7 @@
"lightning-openchannel_abort(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -14219,14 +14219,14 @@
"- -32602: If the given parameters are invalid."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-fundchannel(7)",
"lightning-listfunds(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -14479,7 +14479,7 @@
"- 301: Insufficient UTXOs to meet *satoshi* value."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-utxopsbt(7)",
@@ -14487,7 +14487,7 @@
"lightning-unreserveinputs(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -14560,13 +14560,13 @@
}
},
"author": [
- "Aditya <<aditya.sharma20111@gmail.com>> is mainly responsible."
+ "Aditya [aditya.sharma20111@gmail.com](mailto:aditya.sharma20111@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-getsharedsecret(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -14957,7 +14957,7 @@
"- -32602: Error in given parameters or some error happened during the command process."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
@@ -14966,7 +14966,7 @@
"lightning-listconfigs(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -15233,11 +15233,11 @@
"- -32602: Error in given parameters."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -15445,194 +15445,33 @@
"",
"Here are the risk fees in millisatoshis, using various parameters. I assume a channel charges the default of 1000 millisatoshis plus 1 part-per-million. Common to_self_delay values on the network at 14 and 144 blocks.",
"",
- "<table>",
- "<colgroup>",
- "<col style=\"width: 20%\" />",
- "<col style=\"width: 20%\" />",
- "<col style=\"width: 20%\" />",
- "<col style=\"width: 20%\" />",
- "<col style=\"width: 20%\" />",
- "</colgroup>",
- "<thead>",
- "<tr class=\"header\">",
- "<th style=\"text-align: left;\">Amount (msat)</th>",
- "<th style=\"text-align: left;\">Riskfactor</th>",
- "<th style=\"text-align: left;\">Delay</th>",
- "<th style=\"text-align: left;\">Risk Fee</th>",
- "<th style=\"text-align: left;\">Route fee</th>",
- "</tr>",
- "</thead>",
- "<tbody>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>0</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>0</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>2</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>26</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>2</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>26</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>266</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>2661</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>266</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>2661</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>26617</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>266179</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>0</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>2</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>27</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>273</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>27</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>273</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>2737</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>27378</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>2737</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>27378</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>273785</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>2737850</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "</tbody>",
- "</table>"
+ "| Amount (msat) | Riskfactor | Delay | Risk Fee | Route fee |",
+ "|------------------------|--------------------|---------------|------------------|-------------------|",
+ "| 10,000 | 1 | 14 | 0 | 1001 |",
+ "| 10,000 | 10 | 14 | 0 | 1001 |",
+ "| 10,000 | 100 | 14 | 2 | 1001 |",
+ "| 10,000 | 1000 | 14 | 26 | 1001 |",
+ "| 1,000,000 | 1 | 14 | 2 | 1001 |",
+ "| 1,000,000 | 10 | 14 | 26 | 1001 |",
+ "| 1,000,000 | 100 | 14 | 266 | 1001 |",
+ "| 1,000,000 | 1000 | 14 | 2661 | 1001 |",
+ "| 100,000,000 | 1 | 14 | 266 | 1100 |",
+ "| 100,000,000 | 10 | 14 | 2661 | 1100 |",
+ "| 100,000,000 | 100 | 14 | 26617 | 1100 |",
+ "| 100,000,000 | 1000 | 14 | 266179 | 1100 |",
+ "| 10,000 | 1 | 144 | 0 | 1001 |",
+ "| 10,000 | 10 | 144 | 2 | 1001 |",
+ "| 10,000 | 100 | 144 | 27 | 1001 |",
+ "| 10,000 | 1000 | 144 | 273 | 1001 |",
+ "| 1,000,000 | 1 | 144 | 27 | 1001 |",
+ "| 1,000,000 | 10 | 144 | 273 | 1001 |",
+ "| 1,000,000 | 100 | 144 | 2737 | 1001 |",
+ "| 1,000,000 | 1000 | 144 | 27378 | 1001 |",
+ "| 100,000,000 | 1 | 144 | 2737 | 1100 |",
+ "| 100,000,000 | 10 | 144 | 27378 | 1100 |",
+ "| 100,000,000 | 100 | 144 | 273785 | 1100 |",
+ "| 100,000,000 | 1000 | 144 | 2737850 | 1100 |",
+ ""
],
"recommended_riskfactor_values": [
"The default *fuzz* factor is 5%, so as you can see from the table above, that tends to overwhelm the effect of *riskfactor* less than about 5.",
@@ -15644,14 +15483,14 @@
"The default for lightning-pay(7) is 10, which starts to become a major factor for larger amounts, and is basically ignored for tiny ones."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)",
"lightning-sendpay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -15896,7 +15735,7 @@
}
},
"author": [
- "<<lagrang3@protonmail.com>> wrote the minimum-cost-flow solver, Rusty Russell <<rusty@rustcorp.com.au>> wrote the API and this documentation."
+ "[lagrang3@protonmail.com](mailto:lagrang3@protonmail.com) wrote the minimum-cost-flow solver, Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) wrote the API and this documentation."
],
"see_also": [
"lightning-askrene-reserve(7)",
@@ -15908,7 +15747,7 @@
"lightning-askrene-age(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -16014,11 +15853,11 @@
"- -32602: Error in given parameters."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -16094,10 +15933,10 @@
"properties": {}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[bolt04]: https://github.com/lightning/bolts/blob/master/04-onion-routing.md"
],
@@ -16246,7 +16085,7 @@
"The *data* object contains the previous success, as per lightning-sendpay."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-createonion(7)",
@@ -16254,7 +16093,7 @@
"lightning-listsendpays(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[bolt04]: https://github.com/lightning/bolts/blob/master/04-onion-routing.md"
],
@@ -16473,7 +16312,7 @@
"- 902: None of the specified *exposeprivatechannels* were usable."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listinvoices(7)",
@@ -16481,7 +16320,7 @@
"lightning-pay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -16637,14 +16476,14 @@
"- -1: Catchall nonspecific error."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listinvoicerequests(7)",
"lightning-disableinvoicerequest(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -16904,7 +16743,7 @@
"*channel_update*: The hex string of the *channel_update* message received from the remote node. Only present if error is from the remote node and the *failcode* has the `UPDATE` bit set, as per BOLT #4."
],
"author": [
- "Christian Decker <<decker@blockstream.com>> is mainly responsible."
+ "Christian Decker [decker@blockstream.com](mailto:decker@blockstream.com) is mainly responsible."
],
"see_also": [
"lightning-listpays(7)",
@@ -16915,7 +16754,7 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -17072,14 +16911,14 @@
}
},
"author": [
- "Shahana Farooqui <<sfarooqui@blockstream.com>> is mainly responsible."
+ "Shahana Farooqui [sfarooqui@blockstream.com](mailto:sfarooqui@blockstream.com) is mainly responsible."
],
"see_also": [
"lightning-newaddr(7)",
"lightning-withdraw(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -17321,7 +17160,7 @@
"- -32602: Error in given parameters."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -17823,7 +17662,7 @@
"- -32602: Error in given parameters."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -18238,16 +18077,16 @@
"- -32602: If the given parameters are wrong."
],
"author": [
- "Michael Hawkins <<michael.hawkins@protonmail.com>>."
+ "Michael Hawkins [michael.hawkins@protonmail.com](mailto:michael.hawkins@protonmail.com)."
],
"see_also": [
"lightning-fundchannel(7)",
"lightning-listnodes(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
- "BOLT #7: <https://github.com/lightning/bolts/blob/master/07-routing-gossip.md>"
+ "BOLT #7: [https://github.com/lightning/bolts/blob/master/07-routing-gossip.md](https://github.com/lightning/bolts/blob/master/07-routing-gossip.md)"
],
"examples": [
{
@@ -18699,13 +18538,13 @@
"- -32602: If the given parameters are wrong."
],
"author": [
- "Rusty Russell <<rusty@blockstream.com>>."
+ "Rusty Russell [rusty@blockstream.com](mailto:rusty@blockstream.com)."
],
"see_also": [
"lightning-listpeerchannels(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -20501,7 +20340,7 @@
"- -32602: Error in given parameters or field with *config* name doesn't exist."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
@@ -20509,7 +20348,7 @@
"lightningd-config(5)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -21082,7 +20921,7 @@
"- -32602: invalid parameters."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-datastore(7)",
@@ -21090,7 +20929,7 @@
"lightning-datastoreusage(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -21511,14 +21350,14 @@
}
},
"author": [
- "Rene Pickhardt <<r.pickhardt@gmail.com>> is mainly responsible."
+ "Rene Pickhardt [r.pickhardt@gmail.com](mailto:r.pickhardt@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-autoclean-status(7)",
"lightning-getinfo(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -21995,7 +21834,7 @@
}
},
"author": [
- "Felix <<fixone@gmail.com>> is mainly responsible."
+ "Felix [fixone@gmail.com](mailto:fixone@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-newaddr(7)",
@@ -22004,7 +21843,7 @@
"lightning-listtransactions(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -22242,13 +22081,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listforwards(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -22439,14 +22278,14 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-invoicerequests(7)",
"lightning-disableinvoicerequest(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -22791,7 +22630,7 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-waitinvoice(7)",
@@ -22799,7 +22638,7 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -23047,14 +22886,14 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-autoclean(7)",
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
]
},
"listnodes.json": {
@@ -23314,14 +23153,14 @@
"- -32602: Error in given parameters."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
"lightning-listchannels(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -23480,14 +23319,14 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-offer(7)",
"lightning-listoffers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -23811,7 +23650,7 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)",
@@ -23819,7 +23658,7 @@
"lightning-listsendpays(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -25307,16 +25146,16 @@
"- -32602: If the given parameters are wrong."
],
"author": [
- "Michael Hawkins <<michael.hawkins@protonmail.com>>."
+ "Michael Hawkins [michael.hawkins@protonmail.com](mailto:michael.hawkins@protonmail.com)."
],
"see_also": [
"lightning-connect(7)",
"lightning-fundchannel_start(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"Lightning RFC site (BOLT #9): ",
- "<https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md>"
+ "[https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md](https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md)"
],
"examples": [
{
@@ -26049,7 +25888,7 @@
"- -32602: If the given parameters are wrong."
],
"author": [
- "Michael Hawkins <<michael.hawkins@protonmail.com>>."
+ "Michael Hawkins [michael.hawkins@protonmail.com](mailto:michael.hawkins@protonmail.com)."
],
"see_also": [
"lightning-connect(7)",
@@ -26057,9 +25896,9 @@
"lightning-setchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"Lightning RFC site (BOLT #9):",
- "<https://github.com/lightning/bolts/blob/master/09-features.md>"
+ "[https://github.com/lightning/bolts/blob/master/09-features.md](https://github.com/lightning/bolts/blob/master/09-features.md)"
],
"examples": [
{
@@ -26453,7 +26292,7 @@
]
},
"author": [
- "Christian Decker <<decker.christian@gmail.com>> is mainly responsible."
+ "Christian Decker [decker.christian@gmail.com](mailto:decker.christian@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-listpays(7)",
@@ -26461,7 +26300,7 @@
"lightning-listinvoices(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -26677,13 +26516,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-sql(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -27016,7 +26855,7 @@
"- -32602: Error in given parameters."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
@@ -27024,7 +26863,7 @@
"lightning-listfunds(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -27135,10 +26974,10 @@
"- -1: Catchall nonspecific error."
],
"author": [
- "Aditya <<aditya.sharma20111@gmail.com>> is mainly responsible."
+ "Aditya [aditya.sharma20111@gmail.com](mailto:aditya.sharma20111@gmail.com) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -27489,7 +27328,7 @@
"There may be rare edge cases where a communications failure later in the channel funding process will cancel the funding locally, but the peer thinks the channel is already waiting for funding lockin. In that case, the next time we connect to the peer, our node will tell the peer to forget the channel, but some nodes (in particular, Core Lightning nodes) will disconnect when our node tells them to forget the channel. If you immediately **multifundchannel** with that peer, it could trigger this connect-forget-disconnect behavior, causing the second **multifundchannel** to fail as well due to disconnection. Doing a **connect** with the peers separately, and waiting for a few seconds, should help clear this hurdle; running **multifundchannel** a third time would also clear this."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-connect(7)",
@@ -27498,7 +27337,7 @@
"lightning-fundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -27723,7 +27562,7 @@
"- 302: The dust limit is not met."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-listfunds(7)",
@@ -27733,7 +27572,7 @@
"lightning-withdraw(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -27846,7 +27685,7 @@
"If an unrecognized address type is requested an error message will be returned."
],
"author": [
- "Felix <<fixone@gmail.com>> is mainly responsible."
+ "Felix [fixone@gmail.com](mailto:fixone@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-listfunds(7)",
@@ -27855,7 +27694,7 @@
"lightning-listtransactions(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -27928,10 +27767,10 @@
"- -32602: Error in given parameters."
],
"author": [
- "Rusty Russell <<rusty@blockstream.com>> wrote the initial version of this man page."
+ "Rusty Russell [rusty@blockstream.com](mailto:rusty@blockstream.com) wrote the initial version of this man page."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"example_notifications": [
{
@@ -28155,7 +27994,7 @@
"- 1000: Offer with this offer_id already exists (but is not active)."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listoffers(7)",
@@ -28163,7 +28002,7 @@
"lightning-invoicerequest(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -28265,7 +28104,7 @@
"- 312: Channel in an invalid state"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-openchannel_init(7)",
@@ -28280,7 +28119,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -28455,7 +28294,7 @@
"- 312: Channel in an invalid state"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-openchannel_init(7)",
@@ -28470,7 +28309,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -28760,7 +28599,7 @@
"- 312: Channel in an invalid state"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-openchannel_update(7)",
@@ -28775,7 +28614,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -28909,7 +28748,7 @@
"- 312: Channel in an invalid state"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-openchannel_init(7)",
@@ -28924,7 +28763,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -29149,7 +28988,7 @@
"- 312: Channel in an invalid state"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-openchannel_init(7)",
@@ -29164,7 +29003,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -29267,7 +29106,7 @@
"In CLN we like to call the weight unit \"sipa\" in honor of Pieter Wuille, who uses the name \"sipa\" on IRC and elsewhere. Internally we call the *perkw* style as \"feerate per kilosipa\"."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -29547,7 +29386,7 @@
"The *data* field of errors will include statistics *getroute_tries* and *sendpay_tries*. It will also contain a *failures* field with detailed data about routing errors."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listpays(7)",
@@ -29558,7 +29397,7 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -29657,14 +29496,14 @@
"- -32602: Error in given parameters or we're already waiting for a ping response from peer."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
"lightning-connect(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -29876,7 +29715,7 @@
"On error, the reason why the action could not be taken upon the plugin is returned."
],
"author": [
- "Antoine Poinsot <<darosior@protonmail.com>> is mainly responsible."
+ "Antoine Poinsot [darosior@protonmail.com](mailto:darosior@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-cli(1)",
@@ -29884,7 +29723,7 @@
"[writing plugins][writing plugins]"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[writing plugins]: https://docs.corelightning.org/docs/plugin-development"
],
@@ -30196,13 +30035,13 @@
"properties": {}
},
"author": [
- "Ken Sedgwick <<ken@bonsai.com>> is mainly responsible."
+ "Ken Sedgwick [ken@bonsai.com](mailto:ken@bonsai.com) is mainly responsible."
],
"see_also": [
"lightning-pay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -30282,13 +30121,13 @@
"properties": {}
},
"author": [
- "Ken Sedgwick <<ken@bonsai.com>> is mainly responsible."
+ "Ken Sedgwick [ken@bonsai.com](mailto:ken@bonsai.com) is mainly responsible."
],
"see_also": [
"lightning-keysend(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -30406,13 +30245,13 @@
}
},
"author": [
- "Alex Myers <<alex@endothermic.dev>> is mainly responsible."
+ "Alex Myers [alex@endothermic.dev](mailto:alex@endothermic.dev) is mainly responsible."
],
"see_also": [
"reckless(1)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -30551,13 +30390,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@blockstream.com>> is mainly responsible."
+ "Rusty Russell [rusty@blockstream.com](mailto:rusty@blockstream.com) is mainly responsible."
],
"see_also": [
"lightning-hsmtool(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -30631,13 +30470,13 @@
}
},
"author": [
- "Aditya <<aditya.sharma20111@gmail.com>> is mainly responsible."
+ "Aditya [aditya.sharma20111@gmail.com](mailto:aditya.sharma20111@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-getsharedsecret(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -30872,7 +30711,7 @@
"- 212: Invoice is invalid."
],
"author": [
- "Eduardo Quintana-Miranda <<eduardo.quintana@pm.me>> is mainly responsible."
+ "Eduardo Quintana-Miranda [eduardo.quintana@pm.me](mailto:eduardo.quintana@pm.me) is mainly responsible."
],
"see_also": [
"lightning-renepaystatus(7)",
@@ -30880,9 +30719,9 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
- "Pickhardt R. and Richter S., *Optimally Reliable & Cheap Payment Flows on the Lightning Network* <https://arxiv.org/abs/2107.05322>"
+ "Pickhardt R. and Richter S., *Optimally Reliable & Cheap Payment Flows on the Lightning Network* [https://arxiv.org/abs/2107.05322](https://arxiv.org/abs/2107.05322)"
],
"examples": [
{
@@ -31059,14 +30898,14 @@
}
},
"author": [
- "Eduardo Quintana-Miranda <<eduardo.quintana@pm.me>> is mainly responsible."
+ "Eduardo Quintana-Miranda [eduardo.quintana@pm.me](mailto:eduardo.quintana@pm.me) is mainly responsible."
],
"see_also": [
"lightning-renepay(7)",
"lightning-listpays(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -31195,7 +31034,7 @@
"- -32602: Invalid parameter, such as specifying a spent/reserved input in *psbt*."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-unreserveinputs(7)",
@@ -31203,7 +31042,7 @@
"lightning-sendpsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -31300,14 +31139,14 @@
]
},
"author": [
- "Christian Decker <<decker.christian@gmail.com>> is mainly responsible."
+ "Christian Decker [decker.christian@gmail.com](mailto:decker.christian@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-createonion(7)",
"lightning-sendonion(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -31524,13 +31363,13 @@
"- 1005: We timed out waiting for the invoice to be paid"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-fetchinvoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -31889,7 +31728,7 @@
"the error details are decrypted and presented here, if *shared_secrets* was provided and an error was returned by one of the intermediate nodes"
],
"author": [
- "Christian Decker <<decker.christian@gmail.com>> is mainly responsible."
+ "Christian Decker [decker.christian@gmail.com](mailto:decker.christian@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-injectpaymentonion(7)",
@@ -31898,7 +31737,7 @@
"lightning-listsendpays(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[bolt04]: https://github.com/lightning/bolts/blob/master/04-onion-routing.md"
],
@@ -32281,7 +32120,7 @@
"*channel_update*: The hex string of the *channel_update* message received from the remote node. Only present if error is from the remote node and the *failcode* has the UPDATE bit set, as per BOLT #4."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listinvoices(7)",
@@ -32292,7 +32131,7 @@
"lightning-waitsendpay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -32393,7 +32232,7 @@
"- -32602: Error in given parameters or some error happened during the command process."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
@@ -32402,7 +32241,7 @@
"lightning-listtransactions(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -32581,7 +32420,7 @@
"- -32602: JSONRPC2_INVALID_PARAMS, i.e. Given id is not a channel ID or short channel ID."
],
"author": [
- "Michael Schmoock <<michael@schmoock.net>> is the author of this feature."
+ "Michael Schmoock [michael@schmoock.net](mailto:michael@schmoock.net) is the author of this feature."
],
"see_also": [
"lightningd-config(5)",
@@ -32590,7 +32429,7 @@
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -32781,14 +32620,14 @@
"- -32602: JSONRPC2_INVALID_PARAMS, i.e. the parameter is not dynamic, or the val was invalid."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible for this feature."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible for this feature."
],
"see_also": [
"lightningd-config(5)",
"lightning-listconfigs(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -32879,7 +32718,7 @@
"- -32602: Parameter missed or malformed."
],
"author": [
- "Gregory Sanders <<gsanders87@gmail.com>> is mainly responsible."
+ "Gregory Sanders [gsanders87@gmail.com](mailto:gsanders87@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-fundpsbt(7)",
@@ -32887,7 +32726,7 @@
"lightning-signpsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -33076,14 +32915,14 @@
}
},
"author": [
- "Shahana Farooqui <<sfarooqui@blockstream.com>> is mainly responsible."
+ "Shahana Farooqui [sfarooqui@blockstream.com](mailto:sfarooqui@blockstream.com) is mainly responsible."
],
"see_also": [
"lightning-commando-showrunes(7)",
"lightning-blacklistrune(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -33464,7 +33303,7 @@
"- -1: Catchall nonspecific error."
],
"author": [
- "Carl Dong <<contact@carldong.me>> is mainly responsible."
+ "Carl Dong [contact@carldong.me](mailto:contact@carldong.me) is mainly responsible."
],
"see_also": [
"lightning-createinvoice(7)",
@@ -33476,7 +33315,7 @@
"lightning-offer(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -33560,13 +33399,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-checkmessage(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[SignMessageRequest](https://api.lightning.community/#grpc-request-signmessagerequest)"
],
@@ -33669,11 +33508,11 @@
}
},
"author": [
- "Lagrang3 <<lagrang3@protonmail.com>> is mainly responsible."
+ "Lagrang3 [lagrang3@protonmail.com](mailto:lagrang3@protonmail.com) is mainly responsible."
],
"see_also": [],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -33749,7 +33588,7 @@
"- -32602: Error in given parameters, or there aren't wallet's inputs to sign, or we couldn't sign all of *signonly*, or inputs are not reserved."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
@@ -33757,7 +33596,7 @@
"lightning-sendpsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -33889,14 +33728,14 @@
"```"
],
"author": [
- "Dusty <<@dusty_daemon>> is mainly responsible."
+ "Dusty [@dusty_daemon](mailto:@dustydaemon) is mainly responsible."
],
"see_also": [
"lightning-splice_signed(7)",
"lightning-splice_update(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -34053,14 +33892,14 @@
"```"
],
"author": [
- "Dusty <<@dusty_daemon>> is mainly responsible."
+ "Dusty [@dusty_daemon](mailto:@dustydaemon) is mainly responsible."
],
"see_also": [
"lightning-splice_init(7)",
"lightning-splice_update(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -34221,14 +34060,14 @@
"```"
],
"author": [
- "Dusty <<@dusty_daemon>> is mainly responsible."
+ "Dusty [@dusty_daemon](mailto:@dustydaemon) is mainly responsible."
],
"see_also": [
"lightning-splice_init(7)",
"lightning-splice_signed(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -34384,7 +34223,7 @@
"On failure, an error is returned."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listtransactions(7)",
@@ -34403,7 +34242,7 @@
"lightning-listforwards(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -34598,13 +34437,13 @@
}
},
"author": [
- "Aditya <<aditya.sharma20111@gmail.com>> is mainly responsible."
+ "Aditya [aditya.sharma20111@gmail.com](mailto:aditya.sharma20111@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-getsharedsecret(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -34655,11 +34494,11 @@
}
},
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -34726,14 +34565,14 @@
"- -1: An unknown *txid*."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-txprepare(7)",
"lightning-txsend(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -34850,7 +34689,7 @@
"- 302: The dust limit is not met."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-withdraw(7)",
@@ -34859,7 +34698,7 @@
"lightning-feerates(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -34956,14 +34795,14 @@
"- -1: Catchall nonspecific error."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-txprepare(7)",
"lightning-txdiscard(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -35110,7 +34949,7 @@
"- -32602: Invalid parameter, i.e. an unparseable PSBT."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-unreserveinputs(7)",
@@ -35118,7 +34957,7 @@
"lightning-sendpsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -35219,7 +35058,7 @@
"The caller can call `upgradewallet` to convert their funds to native segwit outputs, which are valid for liquidity ad buys."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-utxopsbt(7)",
@@ -35227,7 +35066,7 @@
"lightning-unreserveinputs(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -35454,13 +35293,13 @@
"- 301: Insufficient UTXOs to meet *satoshi* value."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-fundpsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -36272,7 +36111,7 @@
"- -32602: If the given parameters are wrong."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listinvoices(7)",
@@ -36283,7 +36122,7 @@
"lightning-listchannelmoves(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -36574,7 +36413,7 @@
"- 904: The *timeout* was reached without an invoice being paid."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-waitinvoice(7)",
@@ -36583,7 +36422,7 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -36687,10 +36526,10 @@
"- 2000: Timed out."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -36946,7 +36785,7 @@
"- 903: If the invoice expires before being paid, or is already expired."
],
"author": [
- "Christian Decker <<decker.christian@gmail.com>> is mainly responsible."
+ "Christian Decker [decker.christian@gmail.com](mailto:decker.christian@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-waitanyinvoice(7)",
@@ -36955,7 +36794,7 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -37233,14 +37072,14 @@
"*failcodename*: The human-readable name corresponding to *failcode*, if known."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-sendpay(7)",
"lightning-pay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -37357,7 +37196,7 @@
"- 313: The `min-emergency-msat` reserve not be preserved (and we have anchor channels)."
],
"author": [
- "Felix <<fixone@gmail.com>> is mainly responsible."
+ "Felix [fixone@gmail.com](mailto:fixone@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-listfunds(7)",
@@ -37367,7 +37206,7 @@
"lightning-feerates(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
@@ -37529,14 +37368,14 @@
"- 209: Other payment error."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)",
"lightning-decodepay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/reckless.7.md b/doc/reckless.7.md
index 9b2797e..4991802 100644
--- a/doc/reckless.7.md
+++ b/doc/reckless.7.md
@@ -36,7 +36,7 @@ On success, an object is returned, containing:
AUTHOR
------
-Alex Myers <<alex@endothermic.dev>> is mainly responsible.
+Alex Myers [alex@endothermic.dev](mailto:alex@endothermic.dev) is mainly responsible.
SEE ALSO
--------
@@ -46,7 +46,7 @@ reckless(1)
RESOURCES
---------
-Main web site: <https://github.com/ElementsProject/lightning>
+Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)
EXAMPLES
--------
diff --git a/doc/schemas/addgossip.json b/doc/schemas/addgossip.json
index 94de83f..232f3d7 100644
--- a/doc/schemas/addgossip.json
+++ b/doc/schemas/addgossip.json
@@ -29,13 +29,13 @@
"properties": {}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/addpsbtoutput.json b/doc/schemas/addpsbtoutput.json
index 27117b0..034830e 100644
--- a/doc/schemas/addpsbtoutput.json
+++ b/doc/schemas/addpsbtoutput.json
@@ -70,14 +70,14 @@
}
},
"author": [
- "Dusty <<@dusty_daemon>> is mainly responsible."
+ "Dusty [@dusty_daemon](mailto:@dustydaemon) is mainly responsible."
],
"see_also": [
"lightning-fundpsbt(7)",
"lightning-utxopsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-bias-channel.json b/doc/schemas/askrene-bias-channel.json
index 3c7c438..6d22c6f 100644
--- a/doc/schemas/askrene-bias-channel.json
+++ b/doc/schemas/askrene-bias-channel.json
@@ -112,10 +112,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-bias-node.json b/doc/schemas/askrene-bias-node.json
index 36d6cfa..dc1381a 100644
--- a/doc/schemas/askrene-bias-node.json
+++ b/doc/schemas/askrene-bias-node.json
@@ -124,10 +124,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Lagrange <<lagrang3@protonmail.com>> is mainly responsible."
+ "Lagrange [lagrang3@protonmail.com](mailto:lagrang3@protonmail.com) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-create-channel.json b/doc/schemas/askrene-create-channel.json
index deb1376..a4256ae 100644
--- a/doc/schemas/askrene-create-channel.json
+++ b/doc/schemas/askrene-create-channel.json
@@ -64,10 +64,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-create-layer.json b/doc/schemas/askrene-create-layer.json
index 299f48c..8f2b967 100644
--- a/doc/schemas/askrene-create-layer.json
+++ b/doc/schemas/askrene-create-layer.json
@@ -300,10 +300,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-disable-node.json b/doc/schemas/askrene-disable-node.json
index 2dc13f0..660fe2e 100644
--- a/doc/schemas/askrene-disable-node.json
+++ b/doc/schemas/askrene-disable-node.json
@@ -41,10 +41,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-inform-channel.json b/doc/schemas/askrene-inform-channel.json
index e999c0f..4450e9a 100644
--- a/doc/schemas/askrene-inform-channel.json
+++ b/doc/schemas/askrene-inform-channel.json
@@ -107,10 +107,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-listlayers.json b/doc/schemas/askrene-listlayers.json
index 7b9204e..8531cb7 100644
--- a/doc/schemas/askrene-listlayers.json
+++ b/doc/schemas/askrene-listlayers.json
@@ -303,10 +303,10 @@
"lightning-askrene-age(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-listreservations.json b/doc/schemas/askrene-listreservations.json
index f72a1ee..9ca8807 100644
--- a/doc/schemas/askrene-listreservations.json
+++ b/doc/schemas/askrene-listreservations.json
@@ -64,10 +64,10 @@
"lightning-askrene-unreserve(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-remove-layer.json b/doc/schemas/askrene-remove-layer.json
index aa7ae1f..df1bb19 100644
--- a/doc/schemas/askrene-remove-layer.json
+++ b/doc/schemas/askrene-remove-layer.json
@@ -31,10 +31,10 @@
"lightning-askrene-listlayers(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-reserve.json b/doc/schemas/askrene-reserve.json
index 5840442..11b7c85 100644
--- a/doc/schemas/askrene-reserve.json
+++ b/doc/schemas/askrene-reserve.json
@@ -60,10 +60,10 @@
"lightning-askrene-listreservations(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-unreserve.json b/doc/schemas/askrene-unreserve.json
index 1abb9e6..ab1f88c 100644
--- a/doc/schemas/askrene-unreserve.json
+++ b/doc/schemas/askrene-unreserve.json
@@ -60,10 +60,10 @@
"lightning-askrene-listreservations(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/askrene-update-channel.json b/doc/schemas/askrene-update-channel.json
index edc05bc..50f0553 100644
--- a/doc/schemas/askrene-update-channel.json
+++ b/doc/schemas/askrene-update-channel.json
@@ -74,10 +74,10 @@
"lightning-askrene-create-channel(7)"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/autoclean-once.json b/doc/schemas/autoclean-once.json
index f10149f..c418426 100644
--- a/doc/schemas/autoclean-once.json
+++ b/doc/schemas/autoclean-once.json
@@ -217,14 +217,14 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightningd-config(5)",
"lightning-autoclean-status(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/autoclean-status.json b/doc/schemas/autoclean-status.json
index 82e2331..eb56cc3 100644
--- a/doc/schemas/autoclean-status.json
+++ b/doc/schemas/autoclean-status.json
@@ -490,7 +490,7 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightningd-config(5)",
@@ -499,7 +499,7 @@
"lightning-listforwards(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/batching.json b/doc/schemas/batching.json
index 5d1337e..b4483f0 100644
--- a/doc/schemas/batching.json
+++ b/doc/schemas/batching.json
@@ -31,10 +31,10 @@
"- -32602: Error in given parameters."
],
"author": [
- "Rusty Russell <<rusty@blockstream.com>> wrote the initial version of this man page."
+ "Rusty Russell [rusty@blockstream.com](mailto:rusty@blockstream.com) wrote the initial version of this man page."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/bkpr-channelsapy.json b/doc/schemas/bkpr-channelsapy.json
index a1644eb..0ba7f30 100644
--- a/doc/schemas/bkpr-channelsapy.json
+++ b/doc/schemas/bkpr-channelsapy.json
@@ -193,7 +193,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-listincome(7)",
@@ -203,7 +203,7 @@
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/bkpr-dumpincomecsv.json b/doc/schemas/bkpr-dumpincomecsv.json
index 5bea1e2..24a52bf 100644
--- a/doc/schemas/bkpr-dumpincomecsv.json
+++ b/doc/schemas/bkpr-dumpincomecsv.json
@@ -75,7 +75,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-listincome(7)",
@@ -85,7 +85,7 @@
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/bkpr-editdescriptionbyoutpoint.json b/doc/schemas/bkpr-editdescriptionbyoutpoint.json
index 256a50b..42dbd17 100644
--- a/doc/schemas/bkpr-editdescriptionbyoutpoint.json
+++ b/doc/schemas/bkpr-editdescriptionbyoutpoint.json
@@ -255,7 +255,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-editdescriptionbypaymentid(7)",
@@ -263,7 +263,7 @@
"lightning-bkpr-listincome(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/bkpr-editdescriptionbypaymentid.json b/doc/schemas/bkpr-editdescriptionbypaymentid.json
index 4578c0b..3c097de 100644
--- a/doc/schemas/bkpr-editdescriptionbypaymentid.json
+++ b/doc/schemas/bkpr-editdescriptionbypaymentid.json
@@ -249,7 +249,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-editdescriptionbyoutpoint(7)",
@@ -257,7 +257,7 @@
"lightning-bkpr-listincome(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/bkpr-inspect.json b/doc/schemas/bkpr-inspect.json
index dc731b3..2932440 100644
--- a/doc/schemas/bkpr-inspect.json
+++ b/doc/schemas/bkpr-inspect.json
@@ -197,7 +197,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-listbalances(7)",
@@ -205,7 +205,7 @@
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/bkpr-listaccountevents.json b/doc/schemas/bkpr-listaccountevents.json
index d664994..0d68da1 100644
--- a/doc/schemas/bkpr-listaccountevents.json
+++ b/doc/schemas/bkpr-listaccountevents.json
@@ -259,7 +259,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-listincome(7)",
@@ -268,7 +268,7 @@
"lightning-bkpr-channelsapy(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/bkpr-listbalances.json b/doc/schemas/bkpr-listbalances.json
index ee81c2f..6f6cb61 100644
--- a/doc/schemas/bkpr-listbalances.json
+++ b/doc/schemas/bkpr-listbalances.json
@@ -124,7 +124,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-listincome(7)",
@@ -134,7 +134,7 @@
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/bkpr-listincome.json b/doc/schemas/bkpr-listincome.json
index 180a210..b55cc12 100644
--- a/doc/schemas/bkpr-listincome.json
+++ b/doc/schemas/bkpr-listincome.json
@@ -120,7 +120,7 @@
}
},
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-bkpr-listaccountevents(7)",
@@ -128,7 +128,7 @@
"lightning-bkpr-listbalances(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/blacklistrune.json b/doc/schemas/blacklistrune.json
index d5a4b71..7627167 100644
--- a/doc/schemas/blacklistrune.json
+++ b/doc/schemas/blacklistrune.json
@@ -78,14 +78,14 @@
}
},
"author": [
- "Shahana Farooqui <<sfarooqui@blockstream.com>> is mainly responsible."
+ "Shahana Farooqui [sfarooqui@blockstream.com](mailto:sfarooqui@blockstream.com) is mainly responsible."
],
"see_also": [
"lightning-commando-blacklist(7)",
"lightning-showrunes(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/cancelrecurringinvoice.json b/doc/schemas/cancelrecurringinvoice.json
index 4c49f38..49041d3 100644
--- a/doc/schemas/cancelrecurringinvoice.json
+++ b/doc/schemas/cancelrecurringinvoice.json
@@ -70,12 +70,12 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-fetchinvoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
]
}
diff --git a/doc/schemas/check.json b/doc/schemas/check.json
index cb787b6..025dbf2 100644
--- a/doc/schemas/check.json
+++ b/doc/schemas/check.json
@@ -39,10 +39,10 @@
]
},
"author": [
- "Mark Beckwith <<wythe@intrig.com>> and Rusty Russell <<rusty@rustcorp.com.au>> are mainly responsible."
+ "Mark Beckwith [wythe@intrig.com](mailto:wythe@intrig.com) and Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) are mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/checkmessage.json b/doc/schemas/checkmessage.json
index fb74473..35ff0cf 100644
--- a/doc/schemas/checkmessage.json
+++ b/doc/schemas/checkmessage.json
@@ -66,13 +66,13 @@
"- 1301: *pubkey* not found in the graph."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-signmessage(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/checkrune.json b/doc/schemas/checkrune.json
index 643e298..1f5086f 100644
--- a/doc/schemas/checkrune.json
+++ b/doc/schemas/checkrune.json
@@ -75,14 +75,14 @@
"- 1503 (RUNE_BLACKLISTED): rune has been explicitly blacklisted."
],
"author": [
- "Shahana Farooqui <<sfarooqui@blockstream.com>> is mainly responsible for consolidating logic from commando."
+ "Shahana Farooqui [sfarooqui@blockstream.com](mailto:sfarooqui@blockstream.com) is mainly responsible for consolidating logic from commando."
],
"see_also": [
"lightning-createrune(7)",
"lightning-blacklistrune(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/close.json b/doc/schemas/close.json
index 2b30fa4..1874d25 100644
--- a/doc/schemas/close.json
+++ b/doc/schemas/close.json
@@ -174,7 +174,7 @@
"Notifications may be returned indicating what is going on, especially if the peer is offline and we are waiting."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-disconnect(7)",
@@ -182,7 +182,7 @@
"lightningd-config(5)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/commando.json b/doc/schemas/commando.json
index 6919d34..f2aff84 100644
--- a/doc/schemas/commando.json
+++ b/doc/schemas/commando.json
@@ -74,7 +74,7 @@
"It can also fail if the peer does not respond, in which case it will simply hang awaiting a response."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> wrote the original Python commando.py plugin, the in-tree commando plugin, and this manual page.",
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) wrote the original Python commando.py plugin, the in-tree commando plugin, and this manual page.",
"",
"Christian Decker came up with the name \"commando\", which almost excuses his previous adoption of the name \"Eltoo\"."
],
@@ -82,7 +82,7 @@
"lightning-commando-rune(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/connect.json b/doc/schemas/connect.json
index 0587d90..41529da 100644
--- a/doc/schemas/connect.json
+++ b/doc/schemas/connect.json
@@ -175,7 +175,7 @@
"- -32602: If the given parameters are wrong"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible. Felix <<fixone@gmail.com>> is the original author of this manpage."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible. Felix [fixone@gmail.com](mailto:fixone@gmail.com) is the original author of this manpage."
],
"see_also": [
"lightning-fundchannel(7)",
@@ -184,7 +184,7 @@
"lightning-disconnect(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/createinvoice.json b/doc/schemas/createinvoice.json
index 3ca4e9e..4eaae70 100644
--- a/doc/schemas/createinvoice.json
+++ b/doc/schemas/createinvoice.json
@@ -192,7 +192,7 @@
"- 900: An invoice with the given *label* already exists."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-invoice(7)",
@@ -203,7 +203,7 @@
"lightning-offer(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/createonion.json b/doc/schemas/createonion.json
index d6c2d22..f42875d 100644
--- a/doc/schemas/createonion.json
+++ b/doc/schemas/createonion.json
@@ -89,14 +89,14 @@
}
},
"author": [
- "Christian Decker <<decker.christian@gmail.com>> is mainly responsible."
+ "Christian Decker [decker.christian@gmail.com](mailto:decker.christian@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-sendonion(7)",
"lightning-getroute(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[BOLT 04](https://github.com/lightning/bolts/blob/master/04-onion-routing.md)"
],
diff --git a/doc/schemas/createrune.json b/doc/schemas/createrune.json
index 59df202..179b59f 100644
--- a/doc/schemas/createrune.json
+++ b/doc/schemas/createrune.json
@@ -114,16 +114,16 @@
"If a rune has a ratelimit, any derived rune will have the same id, and thus will compete for that ratelimit. You might want to consider adding a tighter ratelimit to a rune before sharing it, so you will keep the remainder. For example, if your rune has a limit of 60 times per minute, adding a limit of 5 times per minute and handing that rune out means you can still use your original rune 55 times per minute."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> wrote the original Python commando.py plugin, the in-tree commando plugin, and this manual page.",
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) wrote the original Python commando.py plugin, the in-tree commando plugin, and this manual page.",
"",
- "Shahana Farooqui <<sfarooqui@blockstream.com>> is mainly responsible for migrating commando-rune to createrune."
+ "Shahana Farooqui [sfarooqui@blockstream.com](mailto:sfarooqui@blockstream.com) is mainly responsible for migrating commando-rune to createrune."
],
"see_also": [
"lightning-commando-rune(7)",
"lightning-checkrune(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"usage": [
"- You can use lightning-decode(7) to examine runes you have been given:",
diff --git a/doc/schemas/datastore.json b/doc/schemas/datastore.json
index df661e0..6fd6df3 100644
--- a/doc/schemas/datastore.json
+++ b/doc/schemas/datastore.json
@@ -116,7 +116,7 @@
"- -32602: invalid parameters"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listdatastore(7)",
@@ -124,7 +124,7 @@
"lightning-datastoreusage(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/datastoreusage.json b/doc/schemas/datastoreusage.json
index c86f103..35a40cc 100644
--- a/doc/schemas/datastoreusage.json
+++ b/doc/schemas/datastoreusage.json
@@ -64,7 +64,7 @@
}
},
"author": [
- "Peter Neuroth <<pet.v.ne@gmail.com>> is mainly responsible."
+ "Peter Neuroth [pet.v.ne@gmail.com](mailto:pet.v.ne@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-datastore(7)",
@@ -72,7 +72,7 @@
"lightning-listdatastore(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/decode.json b/doc/schemas/decode.json
index 6635eff..e21bca5 100644
--- a/doc/schemas/decode.json
+++ b/doc/schemas/decode.json
@@ -2387,7 +2387,7 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)",
@@ -2402,7 +2402,7 @@
"[BOLT #12](https://github.com/rustyrussell/lightning-rfc/blob/guilt/offers/12-offer-encoding.md)",
"(experimental, [bolt](https://github.com/lightning/bolts) #798)",
"",
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/decodepay.json b/doc/schemas/decodepay.json
index 5ebcd28..b849b21 100644
--- a/doc/schemas/decodepay.json
+++ b/doc/schemas/decodepay.json
@@ -255,7 +255,7 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)",
@@ -265,7 +265,7 @@
"resources": [
"[BOLT #11](https://github.com/lightning/bolts/blob/master/11-payment-encoding.md)",
"",
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/deldatastore.json b/doc/schemas/deldatastore.json
index 95e1b52..9eabb51 100644
--- a/doc/schemas/deldatastore.json
+++ b/doc/schemas/deldatastore.json
@@ -81,7 +81,7 @@
"- -32602: invalid parameters"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listdatastore(7)",
@@ -89,7 +89,7 @@
"lightning-datastoreusage(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/delforward.json b/doc/schemas/delforward.json
index 9f9b241..dec091f 100644
--- a/doc/schemas/delforward.json
+++ b/doc/schemas/delforward.json
@@ -52,13 +52,13 @@
"- 1401: The forward specified does not exist."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-autoclean(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/delinvoice.json b/doc/schemas/delinvoice.json
index f564d48..5e3acdd 100644
--- a/doc/schemas/delinvoice.json
+++ b/doc/schemas/delinvoice.json
@@ -280,7 +280,7 @@
"- 908: The invoice already has no description, and *desconly* was set."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listinvoices(7)",
@@ -289,7 +289,7 @@
"lightning-autoclean-status(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/delnetworkevent.json b/doc/schemas/delnetworkevent.json
index d597757..e80fcad 100644
--- a/doc/schemas/delnetworkevent.json
+++ b/doc/schemas/delnetworkevent.json
@@ -34,12 +34,12 @@
"- 1402: The listnetworkevents specified does not exist."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-autoclean(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
]
}
diff --git a/doc/schemas/delpay.json b/doc/schemas/delpay.json
index 4966a91..8cef968 100644
--- a/doc/schemas/delpay.json
+++ b/doc/schemas/delpay.json
@@ -197,7 +197,7 @@
"- 208: Payment with payment_hash not found."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> is mainly responsible."
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-listpays(7)",
@@ -205,7 +205,7 @@
"lightning-paystatus(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/deprecations.json b/doc/schemas/deprecations.json
index 9215465..804476e 100644
--- a/doc/schemas/deprecations.json
+++ b/doc/schemas/deprecations.json
@@ -31,14 +31,14 @@
"- -32602: Error in given parameters."
],
"author": [
- "Rusty Russell <<rusty@blockstream.com>> wrote the initial version of this man page."
+ "Rusty Russell [rusty@blockstream.com](mailto:rusty@blockstream.com) wrote the initial version of this man page."
],
"see_also": [
"lightningd-config(5)",
"lightning-notifications(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/dev-forget-channel.json b/doc/schemas/dev-forget-channel.json
index 3421e79..a600b3c 100644
--- a/doc/schemas/dev-forget-channel.json
+++ b/doc/schemas/dev-forget-channel.json
@@ -79,7 +79,7 @@
"- -1: Catch all nonspecific errors, eg. `Multiple channels: please specify short_channel_id.` OR `No channels matching that peer_id and that short_channel_id.`, etc."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-close(7)",
@@ -88,7 +88,7 @@
"lightning-listfunds(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/dev-splice.json b/doc/schemas/dev-splice.json
index 1c58fde..3509dd3 100644
--- a/doc/schemas/dev-splice.json
+++ b/doc/schemas/dev-splice.json
@@ -420,13 +420,13 @@
"```"
],
"author": [
- "Dusty <<@dusty_daemon>> is mainly responsible."
+ "Dusty [@dusty_daemon](mailto:@dustydaemon) is mainly responsible."
],
"see_also": [
"lightning-splice_signed(7)",
"lightning-splice_update(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
]
}
diff --git a/doc/schemas/disableinvoicerequest.json b/doc/schemas/disableinvoicerequest.json
index 3ff2bda..990e8ec 100644
--- a/doc/schemas/disableinvoicerequest.json
+++ b/doc/schemas/disableinvoicerequest.json
@@ -78,14 +78,14 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-invoicerequest(7)",
"lightning-listinvoicerequests(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/disableoffer.json b/doc/schemas/disableoffer.json
index 8274e09..e1be9ae 100644
--- a/doc/schemas/disableoffer.json
+++ b/doc/schemas/disableoffer.json
@@ -77,7 +77,7 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-enableoffer(7)",
@@ -85,7 +85,7 @@
"lightning-listoffers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/disconnect.json b/doc/schemas/disconnect.json
index 3331d59..e9c309b 100644
--- a/doc/schemas/disconnect.json
+++ b/doc/schemas/disconnect.json
@@ -37,14 +37,14 @@
"- -1: Catchall nonspecific error."
],
"author": [
- "Michael Hawkins <<michael.hawkins@protonmail.com>>."
+ "Michael Hawkins [michael.hawkins@protonmail.com](mailto:michael.hawkins@protonmail.com)."
],
"see_also": [
"lightning-connect(7)",
"lightning-listpeerchannels(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/emergencyrecover.json b/doc/schemas/emergencyrecover.json
index 5aa96c3..01a05cf 100644
--- a/doc/schemas/emergencyrecover.json
+++ b/doc/schemas/emergencyrecover.json
@@ -31,13 +31,13 @@
}
},
"author": [
- "Aditya <<aditya.sharma20111@gmail.com>> is mainly responsible."
+ "Aditya [aditya.sharma20111@gmail.com](mailto:aditya.sharma20111@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-getsharedsecret(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/enableoffer.json b/doc/schemas/enableoffer.json
index 0d83766..443c12b 100644
--- a/doc/schemas/enableoffer.json
+++ b/doc/schemas/enableoffer.json
@@ -81,7 +81,7 @@
"- 1006: offer already enabled."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-offer(7)",
@@ -89,7 +89,7 @@
"lightning-listoffers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/exposesecret.json b/doc/schemas/exposesecret.json
index 6d29f3b..6b6e251 100644
--- a/doc/schemas/exposesecret.json
+++ b/doc/schemas/exposesecret.json
@@ -54,13 +54,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-hsmtool(8)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/feerates.json b/doc/schemas/feerates.json
index e6d23a6..8c213b5 100644
--- a/doc/schemas/feerates.json
+++ b/doc/schemas/feerates.json
@@ -371,7 +371,7 @@
"In C-lightning we like to call the weight unit \"sipa\" in honor of Pieter Wuille, who uses the name \"sipa\" on IRC and elsewhere. Internally we call the *perkw* style as \"feerate per kilosipa\"."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> wrote the initial version of this manpage."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) wrote the initial version of this manpage."
],
"see_also": [
"lightning-parsefeerate(7)",
@@ -381,7 +381,7 @@
"lightning-fundchannel_start(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/fetchinvoice.json b/doc/schemas/fetchinvoice.json
index 0a68a37..909d7d8 100644
--- a/doc/schemas/fetchinvoice.json
+++ b/doc/schemas/fetchinvoice.json
@@ -195,14 +195,14 @@
"- 1005: We timed out trying to fetch an invoice."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-sendinvoice(7)",
"lightning-pay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/fundchannel.json b/doc/schemas/fundchannel.json
index 51ef830..c90067c 100644
--- a/doc/schemas/fundchannel.json
+++ b/doc/schemas/fundchannel.json
@@ -235,7 +235,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/fundchannel_cancel.json b/doc/schemas/fundchannel_cancel.json
index fd18ad1..71005a2 100644
--- a/doc/schemas/fundchannel_cancel.json
+++ b/doc/schemas/fundchannel_cancel.json
@@ -47,7 +47,7 @@
"- 308: It is unsafe to cancel the channel: the funding transaction has been broadcast, or there are HTLCs already in the channel, or the peer was the initiator and not us."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-connect(7)",
@@ -61,7 +61,7 @@
"lightning-openchannel_abort(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/fundchannel_complete.json b/doc/schemas/fundchannel_complete.json
index 02921ea..d1efdbc 100644
--- a/doc/schemas/fundchannel_complete.json
+++ b/doc/schemas/fundchannel_complete.json
@@ -70,7 +70,7 @@
"- 309: PSBT does not have a unique, correct output to fund the channel."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-connect(7)",
@@ -85,7 +85,7 @@
"lightning-openchannel_abort(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/fundchannel_start.json b/doc/schemas/fundchannel_start.json
index 3dde937..cb619d5 100644
--- a/doc/schemas/fundchannel_start.json
+++ b/doc/schemas/fundchannel_start.json
@@ -189,7 +189,7 @@
"- 312: Peer negotiated `option_dual_fund`, must use `openchannel_init` not `fundchannel_start`. (Only if ``experimental-dual-fund` is enabled)"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-connect(7)",
@@ -204,7 +204,7 @@
"lightning-openchannel_abort(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/funderupdate.json b/doc/schemas/funderupdate.json
index 8b8a787..d445dd6 100644
--- a/doc/schemas/funderupdate.json
+++ b/doc/schemas/funderupdate.json
@@ -269,14 +269,14 @@
"- -32602: If the given parameters are invalid."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-fundchannel(7)",
"lightning-listfunds(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/fundpsbt.json b/doc/schemas/fundpsbt.json
index 5416ba4..e28eb5e 100644
--- a/doc/schemas/fundpsbt.json
+++ b/doc/schemas/fundpsbt.json
@@ -197,7 +197,7 @@
"- 301: Insufficient UTXOs to meet *satoshi* value."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-utxopsbt(7)",
@@ -205,7 +205,7 @@
"lightning-unreserveinputs(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/getemergencyrecoverdata.json b/doc/schemas/getemergencyrecoverdata.json
index d9b48e6..dc212c5 100644
--- a/doc/schemas/getemergencyrecoverdata.json
+++ b/doc/schemas/getemergencyrecoverdata.json
@@ -26,13 +26,13 @@
}
},
"author": [
- "Aditya <<aditya.sharma20111@gmail.com>> is mainly responsible."
+ "Aditya [aditya.sharma20111@gmail.com](mailto:aditya.sharma20111@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-getsharedsecret(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/getinfo.json b/doc/schemas/getinfo.json
index 7421897..a23f3c8 100644
--- a/doc/schemas/getinfo.json
+++ b/doc/schemas/getinfo.json
@@ -376,7 +376,7 @@
"- -32602: Error in given parameters or some error happened during the command process."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
@@ -385,7 +385,7 @@
"lightning-listconfigs(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/getlog.json b/doc/schemas/getlog.json
index 7a81024..919d728 100644
--- a/doc/schemas/getlog.json
+++ b/doc/schemas/getlog.json
@@ -225,11 +225,11 @@
"- -32602: Error in given parameters."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/getroute.json b/doc/schemas/getroute.json
index abf2860..404d539 100644
--- a/doc/schemas/getroute.json
+++ b/doc/schemas/getroute.json
@@ -158,194 +158,33 @@
"",
"Here are the risk fees in millisatoshis, using various parameters. I assume a channel charges the default of 1000 millisatoshis plus 1 part-per-million. Common to_self_delay values on the network at 14 and 144 blocks.",
"",
- "<table>",
- "<colgroup>",
- "<col style=\"width: 20%\" />",
- "<col style=\"width: 20%\" />",
- "<col style=\"width: 20%\" />",
- "<col style=\"width: 20%\" />",
- "<col style=\"width: 20%\" />",
- "</colgroup>",
- "<thead>",
- "<tr class=\"header\">",
- "<th style=\"text-align: left;\">Amount (msat)</th>",
- "<th style=\"text-align: left;\">Riskfactor</th>",
- "<th style=\"text-align: left;\">Delay</th>",
- "<th style=\"text-align: left;\">Risk Fee</th>",
- "<th style=\"text-align: left;\">Route fee</th>",
- "</tr>",
- "</thead>",
- "<tbody>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>0</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>0</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>2</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>26</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>2</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>26</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>266</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>2661</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>266</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>2661</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>26617</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>14</p></td>",
- "<td style=\"text-align: left;\"><p>266179</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>0</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>2</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>27</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>10,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>273</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>27</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>273</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>2737</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>1,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>27378</p></td>",
- "<td style=\"text-align: left;\"><p>1001</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>2737</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>10</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>27378</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"odd\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>100</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>273785</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "<tr class=\"even\">",
- "<td style=\"text-align: left;\"><p>100,000,000</p></td>",
- "<td style=\"text-align: left;\"><p>1000</p></td>",
- "<td style=\"text-align: left;\"><p>144</p></td>",
- "<td style=\"text-align: left;\"><p>2737850</p></td>",
- "<td style=\"text-align: left;\"><p>1100</p></td>",
- "</tr>",
- "</tbody>",
- "</table>"
+ "| Amount (msat) | Riskfactor | Delay | Risk Fee | Route fee |",
+ "|------------------------|--------------------|---------------|------------------|-------------------|",
+ "| 10,000 | 1 | 14 | 0 | 1001 |",
+ "| 10,000 | 10 | 14 | 0 | 1001 |",
+ "| 10,000 | 100 | 14 | 2 | 1001 |",
+ "| 10,000 | 1000 | 14 | 26 | 1001 |",
+ "| 1,000,000 | 1 | 14 | 2 | 1001 |",
+ "| 1,000,000 | 10 | 14 | 26 | 1001 |",
+ "| 1,000,000 | 100 | 14 | 266 | 1001 |",
+ "| 1,000,000 | 1000 | 14 | 2661 | 1001 |",
+ "| 100,000,000 | 1 | 14 | 266 | 1100 |",
+ "| 100,000,000 | 10 | 14 | 2661 | 1100 |",
+ "| 100,000,000 | 100 | 14 | 26617 | 1100 |",
+ "| 100,000,000 | 1000 | 14 | 266179 | 1100 |",
+ "| 10,000 | 1 | 144 | 0 | 1001 |",
+ "| 10,000 | 10 | 144 | 2 | 1001 |",
+ "| 10,000 | 100 | 144 | 27 | 1001 |",
+ "| 10,000 | 1000 | 144 | 273 | 1001 |",
+ "| 1,000,000 | 1 | 144 | 27 | 1001 |",
+ "| 1,000,000 | 10 | 144 | 273 | 1001 |",
+ "| 1,000,000 | 100 | 144 | 2737 | 1001 |",
+ "| 1,000,000 | 1000 | 144 | 27378 | 1001 |",
+ "| 100,000,000 | 1 | 144 | 2737 | 1100 |",
+ "| 100,000,000 | 10 | 144 | 27378 | 1100 |",
+ "| 100,000,000 | 100 | 144 | 273785 | 1100 |",
+ "| 100,000,000 | 1000 | 144 | 2737850 | 1100 |",
+ ""
],
"recommended_riskfactor_values": [
"The default *fuzz* factor is 5%, so as you can see from the table above, that tends to overwhelm the effect of *riskfactor* less than about 5.",
@@ -357,14 +196,14 @@
"The default for lightning-pay(7) is 10, which starts to become a major factor for larger amounts, and is basically ignored for tiny ones."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)",
"lightning-sendpay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/getroutes.json b/doc/schemas/getroutes.json
index 13099ad..6fc5020 100644
--- a/doc/schemas/getroutes.json
+++ b/doc/schemas/getroutes.json
@@ -175,7 +175,7 @@
}
},
"author": [
- "<<lagrang3@protonmail.com>> wrote the minimum-cost-flow solver, Rusty Russell <<rusty@rustcorp.com.au>> wrote the API and this documentation."
+ "[lagrang3@protonmail.com](mailto:lagrang3@protonmail.com) wrote the minimum-cost-flow solver, Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) wrote the API and this documentation."
],
"see_also": [
"lightning-askrene-reserve(7)",
@@ -187,7 +187,7 @@
"lightning-askrene-age(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/help.json b/doc/schemas/help.json
index bba7058..bba7bba 100644
--- a/doc/schemas/help.json
+++ b/doc/schemas/help.json
@@ -61,11 +61,11 @@
"- -32602: Error in given parameters."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/injectonionmessage.json b/doc/schemas/injectonionmessage.json
index 265c325..9283a8e 100644
--- a/doc/schemas/injectonionmessage.json
+++ b/doc/schemas/injectonionmessage.json
@@ -35,10 +35,10 @@
"properties": {}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[bolt04]: https://github.com/lightning/bolts/blob/master/04-onion-routing.md"
],
diff --git a/doc/schemas/injectpaymentonion.json b/doc/schemas/injectpaymentonion.json
index ca515ea..f6d5db9 100644
--- a/doc/schemas/injectpaymentonion.json
+++ b/doc/schemas/injectpaymentonion.json
@@ -129,7 +129,7 @@
"The *data* object contains the previous success, as per lightning-sendpay."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-createonion(7)",
@@ -137,7 +137,7 @@
"lightning-listsendpays(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[bolt04]: https://github.com/lightning/bolts/blob/master/04-onion-routing.md"
],
diff --git a/doc/schemas/invoice.json b/doc/schemas/invoice.json
index 3aa08c1..2462f03 100644
--- a/doc/schemas/invoice.json
+++ b/doc/schemas/invoice.json
@@ -190,7 +190,7 @@
"- 902: None of the specified *exposeprivatechannels* were usable."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listinvoices(7)",
@@ -198,7 +198,7 @@
"lightning-pay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/invoicerequest.json b/doc/schemas/invoicerequest.json
index f4d57b1..d254589 100644
--- a/doc/schemas/invoicerequest.json
+++ b/doc/schemas/invoicerequest.json
@@ -113,14 +113,14 @@
"- -1: Catchall nonspecific error."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listinvoicerequests(7)",
"lightning-disableinvoicerequest(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/keysend.json b/doc/schemas/keysend.json
index a5c92b8..b58fa6a 100644
--- a/doc/schemas/keysend.json
+++ b/doc/schemas/keysend.json
@@ -218,7 +218,7 @@
"*channel_update*: The hex string of the *channel_update* message received from the remote node. Only present if error is from the remote node and the *failcode* has the `UPDATE` bit set, as per BOLT #4."
],
"author": [
- "Christian Decker <<decker@blockstream.com>> is mainly responsible."
+ "Christian Decker [decker@blockstream.com](mailto:decker@blockstream.com) is mainly responsible."
],
"see_also": [
"lightning-listpays(7)",
@@ -229,7 +229,7 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listaddresses.json b/doc/schemas/listaddresses.json
index b51c723..910f4b7 100644
--- a/doc/schemas/listaddresses.json
+++ b/doc/schemas/listaddresses.json
@@ -75,14 +75,14 @@
}
},
"author": [
- "Shahana Farooqui <<sfarooqui@blockstream.com>> is mainly responsible."
+ "Shahana Farooqui [sfarooqui@blockstream.com](mailto:sfarooqui@blockstream.com) is mainly responsible."
],
"see_also": [
"lightning-newaddr(7)",
"lightning-withdraw(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listchainmoves.json b/doc/schemas/listchainmoves.json
index eeec3e6..f6270c9 100644
--- a/doc/schemas/listchainmoves.json
+++ b/doc/schemas/listchainmoves.json
@@ -196,7 +196,7 @@
"- -32602: Error in given parameters."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listchannelmoves.json b/doc/schemas/listchannelmoves.json
index eba0f45..798817b 100644
--- a/doc/schemas/listchannelmoves.json
+++ b/doc/schemas/listchannelmoves.json
@@ -144,7 +144,7 @@
"- -32602: Error in given parameters."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listchannels.json b/doc/schemas/listchannels.json
index f21e1f8..ba42793 100644
--- a/doc/schemas/listchannels.json
+++ b/doc/schemas/listchannels.json
@@ -174,16 +174,16 @@
"- -32602: If the given parameters are wrong."
],
"author": [
- "Michael Hawkins <<michael.hawkins@protonmail.com>>."
+ "Michael Hawkins [michael.hawkins@protonmail.com](mailto:michael.hawkins@protonmail.com)."
],
"see_also": [
"lightning-fundchannel(7)",
"lightning-listnodes(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
- "BOLT #7: <https://github.com/lightning/bolts/blob/master/07-routing-gossip.md>"
+ "BOLT #7: [https://github.com/lightning/bolts/blob/master/07-routing-gossip.md](https://github.com/lightning/bolts/blob/master/07-routing-gossip.md)"
],
"examples": [
{
diff --git a/doc/schemas/listclosedchannels.json b/doc/schemas/listclosedchannels.json
index 152e56c..43640d4 100644
--- a/doc/schemas/listclosedchannels.json
+++ b/doc/schemas/listclosedchannels.json
@@ -295,13 +295,13 @@
"- -32602: If the given parameters are wrong."
],
"author": [
- "Rusty Russell <<rusty@blockstream.com>>."
+ "Rusty Russell [rusty@blockstream.com](mailto:rusty@blockstream.com)."
],
"see_also": [
"lightning-listpeerchannels(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listconfigs.json b/doc/schemas/listconfigs.json
index dc750b5..66dd19f 100644
--- a/doc/schemas/listconfigs.json
+++ b/doc/schemas/listconfigs.json
@@ -1706,7 +1706,7 @@
"- -32602: Error in given parameters or field with *config* name doesn't exist."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
@@ -1714,7 +1714,7 @@
"lightningd-config(5)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listdatastore.json b/doc/schemas/listdatastore.json
index dc0864f..d772318 100644
--- a/doc/schemas/listdatastore.json
+++ b/doc/schemas/listdatastore.json
@@ -83,7 +83,7 @@
"- -32602: invalid parameters."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-datastore(7)",
@@ -91,7 +91,7 @@
"lightning-datastoreusage(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listforwards.json b/doc/schemas/listforwards.json
index 337cbe8..c793b62 100644
--- a/doc/schemas/listforwards.json
+++ b/doc/schemas/listforwards.json
@@ -369,14 +369,14 @@
}
},
"author": [
- "Rene Pickhardt <<r.pickhardt@gmail.com>> is mainly responsible."
+ "Rene Pickhardt [r.pickhardt@gmail.com](mailto:r.pickhardt@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-autoclean-status(7)",
"lightning-getinfo(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listfunds.json b/doc/schemas/listfunds.json
index d83f491..22a7f5c 100644
--- a/doc/schemas/listfunds.json
+++ b/doc/schemas/listfunds.json
@@ -339,7 +339,7 @@
}
},
"author": [
- "Felix <<fixone@gmail.com>> is mainly responsible."
+ "Felix [fixone@gmail.com](mailto:fixone@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-newaddr(7)",
@@ -348,7 +348,7 @@
"lightning-listtransactions(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listhtlcs.json b/doc/schemas/listhtlcs.json
index 238abb6..9187862 100644
--- a/doc/schemas/listhtlcs.json
+++ b/doc/schemas/listhtlcs.json
@@ -157,13 +157,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listforwards(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listinvoicerequests.json b/doc/schemas/listinvoicerequests.json
index f3bdaf9..1a832cf 100644
--- a/doc/schemas/listinvoicerequests.json
+++ b/doc/schemas/listinvoicerequests.json
@@ -90,14 +90,14 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-invoicerequests(7)",
"lightning-disableinvoicerequest(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listinvoices.json b/doc/schemas/listinvoices.json
index c90a72c..59c8607 100644
--- a/doc/schemas/listinvoices.json
+++ b/doc/schemas/listinvoices.json
@@ -293,7 +293,7 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-waitinvoice(7)",
@@ -301,7 +301,7 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listnetworkevents.json b/doc/schemas/listnetworkevents.json
index 18f00ff..abee95c 100644
--- a/doc/schemas/listnetworkevents.json
+++ b/doc/schemas/listnetworkevents.json
@@ -141,13 +141,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-autoclean(7)",
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
]
}
diff --git a/doc/schemas/listnodes.json b/doc/schemas/listnodes.json
index f62310f..c978928 100644
--- a/doc/schemas/listnodes.json
+++ b/doc/schemas/listnodes.json
@@ -255,14 +255,14 @@
"- -32602: Error in given parameters."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
"lightning-listchannels(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listoffers.json b/doc/schemas/listoffers.json
index 4da3991..8bedb64 100644
--- a/doc/schemas/listoffers.json
+++ b/doc/schemas/listoffers.json
@@ -88,14 +88,14 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-offer(7)",
"lightning-listoffers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listpays.json b/doc/schemas/listpays.json
index eaa78aa..e2917ed 100644
--- a/doc/schemas/listpays.json
+++ b/doc/schemas/listpays.json
@@ -263,7 +263,7 @@
]
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)",
@@ -271,7 +271,7 @@
"lightning-listsendpays(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listpeerchannels.json b/doc/schemas/listpeerchannels.json
index df39da5..de36242 100644
--- a/doc/schemas/listpeerchannels.json
+++ b/doc/schemas/listpeerchannels.json
@@ -1459,16 +1459,16 @@
"- -32602: If the given parameters are wrong."
],
"author": [
- "Michael Hawkins <<michael.hawkins@protonmail.com>>."
+ "Michael Hawkins [michael.hawkins@protonmail.com](mailto:michael.hawkins@protonmail.com)."
],
"see_also": [
"lightning-connect(7)",
"lightning-fundchannel_start(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"Lightning RFC site (BOLT #9): ",
- "<https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md>"
+ "[https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md](https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md)"
],
"examples": [
{
diff --git a/doc/schemas/listpeers.json b/doc/schemas/listpeers.json
index b4e3b46..b053fa4 100644
--- a/doc/schemas/listpeers.json
+++ b/doc/schemas/listpeers.json
@@ -312,7 +312,7 @@
"- -32602: If the given parameters are wrong."
],
"author": [
- "Michael Hawkins <<michael.hawkins@protonmail.com>>."
+ "Michael Hawkins [michael.hawkins@protonmail.com](mailto:michael.hawkins@protonmail.com)."
],
"see_also": [
"lightning-connect(7)",
@@ -320,9 +320,9 @@
"lightning-setchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"Lightning RFC site (BOLT #9):",
- "<https://github.com/lightning/bolts/blob/master/09-features.md>"
+ "[https://github.com/lightning/bolts/blob/master/09-features.md](https://github.com/lightning/bolts/blob/master/09-features.md)"
],
"examples": [
{
diff --git a/doc/schemas/listsendpays.json b/doc/schemas/listsendpays.json
index 49d8ee5..bb73532 100644
--- a/doc/schemas/listsendpays.json
+++ b/doc/schemas/listsendpays.json
@@ -330,7 +330,7 @@
]
},
"author": [
- "Christian Decker <<decker.christian@gmail.com>> is mainly responsible."
+ "Christian Decker [decker.christian@gmail.com](mailto:decker.christian@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-listpays(7)",
@@ -338,7 +338,7 @@
"lightning-listinvoices(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listsqlschemas.json b/doc/schemas/listsqlschemas.json
index 334049e..4ab6e1a 100644
--- a/doc/schemas/listsqlschemas.json
+++ b/doc/schemas/listsqlschemas.json
@@ -101,13 +101,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-sql(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/listtransactions.json b/doc/schemas/listtransactions.json
index 89eb7d0..fc50188 100644
--- a/doc/schemas/listtransactions.json
+++ b/doc/schemas/listtransactions.json
@@ -153,7 +153,7 @@
"- -32602: Error in given parameters."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
@@ -161,7 +161,7 @@
"lightning-listfunds(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/makesecret.json b/doc/schemas/makesecret.json
index 0c532c8..0371a7a 100644
--- a/doc/schemas/makesecret.json
+++ b/doc/schemas/makesecret.json
@@ -44,10 +44,10 @@
"- -1: Catchall nonspecific error."
],
"author": [
- "Aditya <<aditya.sharma20111@gmail.com>> is mainly responsible."
+ "Aditya [aditya.sharma20111@gmail.com](mailto:aditya.sharma20111@gmail.com) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/multifundchannel.json b/doc/schemas/multifundchannel.json
index 21df27d..6c70580 100644
--- a/doc/schemas/multifundchannel.json
+++ b/doc/schemas/multifundchannel.json
@@ -320,7 +320,7 @@
"There may be rare edge cases where a communications failure later in the channel funding process will cancel the funding locally, but the peer thinks the channel is already waiting for funding lockin. In that case, the next time we connect to the peer, our node will tell the peer to forget the channel, but some nodes (in particular, Core Lightning nodes) will disconnect when our node tells them to forget the channel. If you immediately **multifundchannel** with that peer, it could trigger this connect-forget-disconnect behavior, causing the second **multifundchannel** to fail as well due to disconnection. Doing a **connect** with the peers separately, and waiting for a few seconds, should help clear this hurdle; running **multifundchannel** a third time would also clear this."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-connect(7)",
@@ -329,7 +329,7 @@
"lightning-fundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/multiwithdraw.json b/doc/schemas/multiwithdraw.json
index bca8866..ed641e8 100644
--- a/doc/schemas/multiwithdraw.json
+++ b/doc/schemas/multiwithdraw.json
@@ -75,7 +75,7 @@
"- 302: The dust limit is not met."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-listfunds(7)",
@@ -85,7 +85,7 @@
"lightning-withdraw(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/newaddr.json b/doc/schemas/newaddr.json
index dc9c94c..50bce56 100644
--- a/doc/schemas/newaddr.json
+++ b/doc/schemas/newaddr.json
@@ -51,7 +51,7 @@
"If an unrecognized address type is requested an error message will be returned."
],
"author": [
- "Felix <<fixone@gmail.com>> is mainly responsible."
+ "Felix [fixone@gmail.com](mailto:fixone@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-listfunds(7)",
@@ -60,7 +60,7 @@
"lightning-listtransactions(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/notifications.json b/doc/schemas/notifications.json
index 8768bfd..a390c5d 100644
--- a/doc/schemas/notifications.json
+++ b/doc/schemas/notifications.json
@@ -44,10 +44,10 @@
"- -32602: Error in given parameters."
],
"author": [
- "Rusty Russell <<rusty@blockstream.com>> wrote the initial version of this man page."
+ "Rusty Russell [rusty@blockstream.com](mailto:rusty@blockstream.com) wrote the initial version of this man page."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"example_notifications": [
{
diff --git a/doc/schemas/offer.json b/doc/schemas/offer.json
index 06c791f..bdee80c 100644
--- a/doc/schemas/offer.json
+++ b/doc/schemas/offer.json
@@ -175,7 +175,7 @@
"- 1000: Offer with this offer_id already exists (but is not active)."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listoffers(7)",
@@ -183,7 +183,7 @@
"lightning-invoicerequest(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/openchannel_abort.json b/doc/schemas/openchannel_abort.json
index 3af44d8..52ed778 100644
--- a/doc/schemas/openchannel_abort.json
+++ b/doc/schemas/openchannel_abort.json
@@ -58,7 +58,7 @@
"- 312: Channel in an invalid state"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-openchannel_init(7)",
@@ -73,7 +73,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/openchannel_bump.json b/doc/schemas/openchannel_bump.json
index 6b93147..12c0326 100644
--- a/doc/schemas/openchannel_bump.json
+++ b/doc/schemas/openchannel_bump.json
@@ -154,7 +154,7 @@
"- 312: Channel in an invalid state"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-openchannel_init(7)",
@@ -169,7 +169,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/openchannel_init.json b/doc/schemas/openchannel_init.json
index f15857d..48454b1 100644
--- a/doc/schemas/openchannel_init.json
+++ b/doc/schemas/openchannel_init.json
@@ -196,7 +196,7 @@
"- 312: Channel in an invalid state"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-openchannel_update(7)",
@@ -211,7 +211,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/openchannel_signed.json b/doc/schemas/openchannel_signed.json
index 6d8ed6e..41391c6 100644
--- a/doc/schemas/openchannel_signed.json
+++ b/doc/schemas/openchannel_signed.json
@@ -71,7 +71,7 @@
"- 312: Channel in an invalid state"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-openchannel_init(7)",
@@ -86,7 +86,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/openchannel_update.json b/doc/schemas/openchannel_update.json
index da85795..81958ac 100644
--- a/doc/schemas/openchannel_update.json
+++ b/doc/schemas/openchannel_update.json
@@ -188,7 +188,7 @@
"- 312: Channel in an invalid state"
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-openchannel_init(7)",
@@ -203,7 +203,7 @@
"lightning-multifundchannel(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/parsefeerate.json b/doc/schemas/parsefeerate.json
index 67d2c9b..5d0f607 100644
--- a/doc/schemas/parsefeerate.json
+++ b/doc/schemas/parsefeerate.json
@@ -42,7 +42,7 @@
"In CLN we like to call the weight unit \"sipa\" in honor of Pieter Wuille, who uses the name \"sipa\" on IRC and elsewhere. Internally we call the *perkw* style as \"feerate per kilosipa\"."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/pay.json b/doc/schemas/pay.json
index 9561aac..0477df7 100644
--- a/doc/schemas/pay.json
+++ b/doc/schemas/pay.json
@@ -225,7 +225,7 @@
"The *data* field of errors will include statistics *getroute_tries* and *sendpay_tries*. It will also contain a *failures* field with detailed data about routing errors."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listpays(7)",
@@ -236,7 +236,7 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/ping.json b/doc/schemas/ping.json
index 741ad6b..80f8e8c 100644
--- a/doc/schemas/ping.json
+++ b/doc/schemas/ping.json
@@ -54,14 +54,14 @@
"- -32602: Error in given parameters or we're already waiting for a ping response from peer."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
"lightning-connect(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/plugin.json b/doc/schemas/plugin.json
index 0a662ab..985adb8 100644
--- a/doc/schemas/plugin.json
+++ b/doc/schemas/plugin.json
@@ -177,7 +177,7 @@
"On error, the reason why the action could not be taken upon the plugin is returned."
],
"author": [
- "Antoine Poinsot <<darosior@protonmail.com>> is mainly responsible."
+ "Antoine Poinsot [darosior@protonmail.com](mailto:darosior@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-cli(1)",
@@ -185,7 +185,7 @@
"[writing plugins][writing plugins]"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[writing plugins]: https://docs.corelightning.org/docs/plugin-development"
],
diff --git a/doc/schemas/preapproveinvoice.json b/doc/schemas/preapproveinvoice.json
index d79c726..a74a889 100644
--- a/doc/schemas/preapproveinvoice.json
+++ b/doc/schemas/preapproveinvoice.json
@@ -35,13 +35,13 @@
"properties": {}
},
"author": [
- "Ken Sedgwick <<ken@bonsai.com>> is mainly responsible."
+ "Ken Sedgwick [ken@bonsai.com](mailto:ken@bonsai.com) is mainly responsible."
],
"see_also": [
"lightning-pay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/preapprovekeysend.json b/doc/schemas/preapprovekeysend.json
index 348cad2..903231d 100644
--- a/doc/schemas/preapprovekeysend.json
+++ b/doc/schemas/preapprovekeysend.json
@@ -53,13 +53,13 @@
"properties": {}
},
"author": [
- "Ken Sedgwick <<ken@bonsai.com>> is mainly responsible."
+ "Ken Sedgwick [ken@bonsai.com](mailto:ken@bonsai.com) is mainly responsible."
],
"see_also": [
"lightning-keysend(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/reckless.json b/doc/schemas/reckless.json
index b151064..294fdf8 100644
--- a/doc/schemas/reckless.json
+++ b/doc/schemas/reckless.json
@@ -87,13 +87,13 @@
}
},
"author": [
- "Alex Myers <<alex@endothermic.dev>> is mainly responsible."
+ "Alex Myers [alex@endothermic.dev](mailto:alex@endothermic.dev) is mainly responsible."
],
"see_also": [
"reckless(1)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/recover.json b/doc/schemas/recover.json
index 9732879..4ce9303 100644
--- a/doc/schemas/recover.json
+++ b/doc/schemas/recover.json
@@ -40,13 +40,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@blockstream.com>> is mainly responsible."
+ "Rusty Russell [rusty@blockstream.com](mailto:rusty@blockstream.com) is mainly responsible."
],
"see_also": [
"lightning-hsmtool(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/recoverchannel.json b/doc/schemas/recoverchannel.json
index 5029d73..b80d213 100644
--- a/doc/schemas/recoverchannel.json
+++ b/doc/schemas/recoverchannel.json
@@ -43,13 +43,13 @@
}
},
"author": [
- "Aditya <<aditya.sharma20111@gmail.com>> is mainly responsible."
+ "Aditya [aditya.sharma20111@gmail.com](mailto:aditya.sharma20111@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-getsharedsecret(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/renepay.json b/doc/schemas/renepay.json
index ae7e414..8169c38 100644
--- a/doc/schemas/renepay.json
+++ b/doc/schemas/renepay.json
@@ -202,7 +202,7 @@
"- 212: Invoice is invalid."
],
"author": [
- "Eduardo Quintana-Miranda <<eduardo.quintana@pm.me>> is mainly responsible."
+ "Eduardo Quintana-Miranda [eduardo.quintana@pm.me](mailto:eduardo.quintana@pm.me) is mainly responsible."
],
"see_also": [
"lightning-renepaystatus(7)",
@@ -210,9 +210,9 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
- "Pickhardt R. and Richter S., *Optimally Reliable & Cheap Payment Flows on the Lightning Network* <https://arxiv.org/abs/2107.05322>"
+ "Pickhardt R. and Richter S., *Optimally Reliable & Cheap Payment Flows on the Lightning Network* [https://arxiv.org/abs/2107.05322](https://arxiv.org/abs/2107.05322)"
],
"examples": [
{
diff --git a/doc/schemas/renepaystatus.json b/doc/schemas/renepaystatus.json
index 3721ee9..7bfe477 100644
--- a/doc/schemas/renepaystatus.json
+++ b/doc/schemas/renepaystatus.json
@@ -127,14 +127,14 @@
}
},
"author": [
- "Eduardo Quintana-Miranda <<eduardo.quintana@pm.me>> is mainly responsible."
+ "Eduardo Quintana-Miranda [eduardo.quintana@pm.me](mailto:eduardo.quintana@pm.me) is mainly responsible."
],
"see_also": [
"lightning-renepay(7)",
"lightning-listpays(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/reserveinputs.json b/doc/schemas/reserveinputs.json
index 65789ef..b999afb 100644
--- a/doc/schemas/reserveinputs.json
+++ b/doc/schemas/reserveinputs.json
@@ -97,7 +97,7 @@
"- -32602: Invalid parameter, such as specifying a spent/reserved input in *psbt*."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-unreserveinputs(7)",
@@ -105,7 +105,7 @@
"lightning-sendpsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/sendcustommsg.json b/doc/schemas/sendcustommsg.json
index a9cb060..f5dfba3 100644
--- a/doc/schemas/sendcustommsg.json
+++ b/doc/schemas/sendcustommsg.json
@@ -50,14 +50,14 @@
]
},
"author": [
- "Christian Decker <<decker.christian@gmail.com>> is mainly responsible."
+ "Christian Decker [decker.christian@gmail.com](mailto:decker.christian@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-createonion(7)",
"lightning-sendonion(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/sendinvoice.json b/doc/schemas/sendinvoice.json
index 798e2b8..ade9040 100644
--- a/doc/schemas/sendinvoice.json
+++ b/doc/schemas/sendinvoice.json
@@ -197,13 +197,13 @@
"- 1005: We timed out waiting for the invoice to be paid"
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-fetchinvoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/sendonion.json b/doc/schemas/sendonion.json
index 924407e..2af7ca4 100644
--- a/doc/schemas/sendonion.json
+++ b/doc/schemas/sendonion.json
@@ -327,7 +327,7 @@
"the error details are decrypted and presented here, if *shared_secrets* was provided and an error was returned by one of the intermediate nodes"
],
"author": [
- "Christian Decker <<decker.christian@gmail.com>> is mainly responsible."
+ "Christian Decker [decker.christian@gmail.com](mailto:decker.christian@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-injectpaymentonion(7)",
@@ -336,7 +336,7 @@
"lightning-listsendpays(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[bolt04]: https://github.com/lightning/bolts/blob/master/04-onion-routing.md"
],
diff --git a/doc/schemas/sendpay.json b/doc/schemas/sendpay.json
index 4e88c1a..2e67709 100644
--- a/doc/schemas/sendpay.json
+++ b/doc/schemas/sendpay.json
@@ -346,7 +346,7 @@
"*channel_update*: The hex string of the *channel_update* message received from the remote node. Only present if error is from the remote node and the *failcode* has the UPDATE bit set, as per BOLT #4."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listinvoices(7)",
@@ -357,7 +357,7 @@
"lightning-waitsendpay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/sendpsbt.json b/doc/schemas/sendpsbt.json
index 5409a3b..71aa209 100644
--- a/doc/schemas/sendpsbt.json
+++ b/doc/schemas/sendpsbt.json
@@ -54,7 +54,7 @@
"- -32602: Error in given parameters or some error happened during the command process."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
@@ -63,7 +63,7 @@
"lightning-listtransactions(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/setchannel.json b/doc/schemas/setchannel.json
index cec8252..64bf012 100644
--- a/doc/schemas/setchannel.json
+++ b/doc/schemas/setchannel.json
@@ -159,7 +159,7 @@
"- -32602: JSONRPC2_INVALID_PARAMS, i.e. Given id is not a channel ID or short channel ID."
],
"author": [
- "Michael Schmoock <<michael@schmoock.net>> is the author of this feature."
+ "Michael Schmoock [michael@schmoock.net](mailto:michael@schmoock.net) is the author of this feature."
],
"see_also": [
"lightningd-config(5)",
@@ -168,7 +168,7 @@
"lightning-listpeers(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/setconfig.json b/doc/schemas/setconfig.json
index 1301d0c..22faa6a 100644
--- a/doc/schemas/setconfig.json
+++ b/doc/schemas/setconfig.json
@@ -134,14 +134,14 @@
"- -32602: JSONRPC2_INVALID_PARAMS, i.e. the parameter is not dynamic, or the val was invalid."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible for this feature."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible for this feature."
],
"see_also": [
"lightningd-config(5)",
"lightning-listconfigs(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/setpsbtversion.json b/doc/schemas/setpsbtversion.json
index bcffb3a..e50b8aa 100644
--- a/doc/schemas/setpsbtversion.json
+++ b/doc/schemas/setpsbtversion.json
@@ -47,7 +47,7 @@
"- -32602: Parameter missed or malformed."
],
"author": [
- "Gregory Sanders <<gsanders87@gmail.com>> is mainly responsible."
+ "Gregory Sanders [gsanders87@gmail.com](mailto:gsanders87@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-fundpsbt(7)",
@@ -55,7 +55,7 @@
"lightning-signpsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/showrunes.json b/doc/schemas/showrunes.json
index 46193a3..fa1cb28 100644
--- a/doc/schemas/showrunes.json
+++ b/doc/schemas/showrunes.json
@@ -156,14 +156,14 @@
}
},
"author": [
- "Shahana Farooqui <<sfarooqui@blockstream.com>> is mainly responsible."
+ "Shahana Farooqui [sfarooqui@blockstream.com](mailto:sfarooqui@blockstream.com) is mainly responsible."
],
"see_also": [
"lightning-commando-showrunes(7)",
"lightning-blacklistrune(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/signinvoice.json b/doc/schemas/signinvoice.json
index cb5552b..fe65ea6 100644
--- a/doc/schemas/signinvoice.json
+++ b/doc/schemas/signinvoice.json
@@ -41,7 +41,7 @@
"- -1: Catchall nonspecific error."
],
"author": [
- "Carl Dong <<contact@carldong.me>> is mainly responsible."
+ "Carl Dong [contact@carldong.me](mailto:contact@carldong.me) is mainly responsible."
],
"see_also": [
"lightning-createinvoice(7)",
@@ -53,7 +53,7 @@
"lightning-offer(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/signmessage.json b/doc/schemas/signmessage.json
index f78be9e..83c3d3a 100644
--- a/doc/schemas/signmessage.json
+++ b/doc/schemas/signmessage.json
@@ -53,13 +53,13 @@
}
},
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-checkmessage(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>",
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)",
"",
"[SignMessageRequest](https://api.lightning.community/#grpc-request-signmessagerequest)"
],
diff --git a/doc/schemas/signmessagewithkey.json b/doc/schemas/signmessagewithkey.json
index f24ed02..8d7a950 100644
--- a/doc/schemas/signmessagewithkey.json
+++ b/doc/schemas/signmessagewithkey.json
@@ -66,11 +66,11 @@
}
},
"author": [
- "Lagrang3 <<lagrang3@protonmail.com>> is mainly responsible."
+ "Lagrang3 [lagrang3@protonmail.com](mailto:lagrang3@protonmail.com) is mainly responsible."
],
"see_also": [],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/signpsbt.json b/doc/schemas/signpsbt.json
index 7a87ee7..825364c 100644
--- a/doc/schemas/signpsbt.json
+++ b/doc/schemas/signpsbt.json
@@ -53,7 +53,7 @@
"- -32602: Error in given parameters, or there aren't wallet's inputs to sign, or we couldn't sign all of *signonly*, or inputs are not reserved."
],
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"see_also": [
@@ -61,7 +61,7 @@
"lightning-sendpsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/splice_init.json b/doc/schemas/splice_init.json
index 740b3b6..43f4f4d 100644
--- a/doc/schemas/splice_init.json
+++ b/doc/schemas/splice_init.json
@@ -101,14 +101,14 @@
"```"
],
"author": [
- "Dusty <<@dusty_daemon>> is mainly responsible."
+ "Dusty [@dusty_daemon](mailto:@dustydaemon) is mainly responsible."
],
"see_also": [
"lightning-splice_signed(7)",
"lightning-splice_update(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/splice_signed.json b/doc/schemas/splice_signed.json
index 6d644f4..636548b 100644
--- a/doc/schemas/splice_signed.json
+++ b/doc/schemas/splice_signed.json
@@ -122,14 +122,14 @@
"```"
],
"author": [
- "Dusty <<@dusty_daemon>> is mainly responsible."
+ "Dusty [@dusty_daemon](mailto:@dustydaemon) is mainly responsible."
],
"see_also": [
"lightning-splice_init(7)",
"lightning-splice_update(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/splice_update.json b/doc/schemas/splice_update.json
index 10b45ae..529e1cf 100644
--- a/doc/schemas/splice_update.json
+++ b/doc/schemas/splice_update.json
@@ -122,14 +122,14 @@
"```"
],
"author": [
- "Dusty <<@dusty_daemon>> is mainly responsible."
+ "Dusty [@dusty_daemon](mailto:@dustydaemon) is mainly responsible."
],
"see_also": [
"lightning-splice_init(7)",
"lightning-splice_signed(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/sql-template.json b/doc/schemas/sql-template.json
index 9a1107b..0ff3480 100644
--- a/doc/schemas/sql-template.json
+++ b/doc/schemas/sql-template.json
@@ -119,7 +119,7 @@
"On failure, an error is returned."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listtransactions(7)",
@@ -138,7 +138,7 @@
"lightning-listforwards(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/staticbackup.json b/doc/schemas/staticbackup.json
index f41c973..3eac411 100644
--- a/doc/schemas/staticbackup.json
+++ b/doc/schemas/staticbackup.json
@@ -29,13 +29,13 @@
}
},
"author": [
- "Aditya <<aditya.sharma20111@gmail.com>> is mainly responsible."
+ "Aditya [aditya.sharma20111@gmail.com](mailto:aditya.sharma20111@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-getsharedsecret(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/stop.json b/doc/schemas/stop.json
index 7cd9ebe..159f786 100644
--- a/doc/schemas/stop.json
+++ b/doc/schemas/stop.json
@@ -27,11 +27,11 @@
}
},
"author": [
- "Vincenzo Palazzo <<vincenzo.palazzo@protonmail.com>> wrote the initial version of this man page,",
+ "Vincenzo Palazzo [vincenzo.palazzo@protonmail.com](mailto:vincenzo.palazzo@protonmail.com) wrote the initial version of this man page,",
"but many others did the hard work of actually implementing this rpc command."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/txdiscard.json b/doc/schemas/txdiscard.json
index 2aecc24..bad6f28 100644
--- a/doc/schemas/txdiscard.json
+++ b/doc/schemas/txdiscard.json
@@ -50,14 +50,14 @@
"- -1: An unknown *txid*."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-txprepare(7)",
"lightning-txsend(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/txprepare.json b/doc/schemas/txprepare.json
index 56751a1..e00818d 100644
--- a/doc/schemas/txprepare.json
+++ b/doc/schemas/txprepare.json
@@ -84,7 +84,7 @@
"- 302: The dust limit is not met."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-withdraw(7)",
@@ -93,7 +93,7 @@
"lightning-feerates(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/txsend.json b/doc/schemas/txsend.json
index cf84e53..97aff4f 100644
--- a/doc/schemas/txsend.json
+++ b/doc/schemas/txsend.json
@@ -54,14 +54,14 @@
"- -1: Catchall nonspecific error."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-txprepare(7)",
"lightning-txdiscard(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/unreserveinputs.json b/doc/schemas/unreserveinputs.json
index c3e59df..8bdf924 100644
--- a/doc/schemas/unreserveinputs.json
+++ b/doc/schemas/unreserveinputs.json
@@ -112,7 +112,7 @@
"- -32602: Invalid parameter, i.e. an unparseable PSBT."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-unreserveinputs(7)",
@@ -120,7 +120,7 @@
"lightning-sendpsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/upgradewallet.json b/doc/schemas/upgradewallet.json
index 3f50325..ededb29 100644
--- a/doc/schemas/upgradewallet.json
+++ b/doc/schemas/upgradewallet.json
@@ -69,7 +69,7 @@
"The caller can call `upgradewallet` to convert their funds to native segwit outputs, which are valid for liquidity ad buys."
],
"author": [
- "Lisa Neigut <<niftynei@gmail.com>> is mainly responsible."
+ "Lisa Neigut [niftynei@gmail.com](mailto:niftynei@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-utxopsbt(7)",
@@ -77,7 +77,7 @@
"lightning-unreserveinputs(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/utxopsbt.json b/doc/schemas/utxopsbt.json
index 1869517..cbbb9ab 100644
--- a/doc/schemas/utxopsbt.json
+++ b/doc/schemas/utxopsbt.json
@@ -194,13 +194,13 @@
"- 301: Insufficient UTXOs to meet *satoshi* value."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-fundpsbt(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/wait.json b/doc/schemas/wait.json
index aeef46d..300aa56 100644
--- a/doc/schemas/wait.json
+++ b/doc/schemas/wait.json
@@ -738,7 +738,7 @@
"- -32602: If the given parameters are wrong."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-listinvoices(7)",
@@ -749,7 +749,7 @@
"lightning-listchannelmoves(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/waitanyinvoice.json b/doc/schemas/waitanyinvoice.json
index 84455aa..cef691c 100644
--- a/doc/schemas/waitanyinvoice.json
+++ b/doc/schemas/waitanyinvoice.json
@@ -215,7 +215,7 @@
"- 904: The *timeout* was reached without an invoice being paid."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-waitinvoice(7)",
@@ -224,7 +224,7 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/waitblockheight.json b/doc/schemas/waitblockheight.json
index e978dca..9430e77 100644
--- a/doc/schemas/waitblockheight.json
+++ b/doc/schemas/waitblockheight.json
@@ -50,10 +50,10 @@
"- 2000: Timed out."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) is mainly responsible."
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/waitinvoice.json b/doc/schemas/waitinvoice.json
index 6cc373e..612a520 100644
--- a/doc/schemas/waitinvoice.json
+++ b/doc/schemas/waitinvoice.json
@@ -218,7 +218,7 @@
"- 903: If the invoice expires before being paid, or is already expired."
],
"author": [
- "Christian Decker <<decker.christian@gmail.com>> is mainly responsible."
+ "Christian Decker [decker.christian@gmail.com](mailto:decker.christian@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-waitanyinvoice(7)",
@@ -227,7 +227,7 @@
"lightning-invoice(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/waitsendpay.json b/doc/schemas/waitsendpay.json
index 8186c9b..ebd0716 100644
--- a/doc/schemas/waitsendpay.json
+++ b/doc/schemas/waitsendpay.json
@@ -223,14 +223,14 @@
"*failcodename*: The human-readable name corresponding to *failcode*, if known."
],
"author": [
- "ZmnSCPxj <<ZmnSCPxj@protonmail.com>> is mainly responsible."
+ "ZmnSCPxj [ZmnSCPxj@protonmail.com](mailto:ZmnSCPxj@protonmail.com) is mainly responsible."
],
"see_also": [
"lightning-sendpay(7)",
"lightning-pay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/withdraw.json b/doc/schemas/withdraw.json
index c479dc9..0065ec4 100644
--- a/doc/schemas/withdraw.json
+++ b/doc/schemas/withdraw.json
@@ -87,7 +87,7 @@
"- 313: The `min-emergency-msat` reserve not be preserved (and we have anchor channels)."
],
"author": [
- "Felix <<fixone@gmail.com>> is mainly responsible."
+ "Felix [fixone@gmail.com](mailto:fixone@gmail.com) is mainly responsible."
],
"see_also": [
"lightning-listfunds(7)",
@@ -97,7 +97,7 @@
"lightning-feerates(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
diff --git a/doc/schemas/xpay.json b/doc/schemas/xpay.json
index 0cafe43..718491a 100644
--- a/doc/schemas/xpay.json
+++ b/doc/schemas/xpay.json
@@ -120,14 +120,14 @@
"- 209: Other payment error."
],
"author": [
- "Rusty Russell <<rusty@rustcorp.com.au>> is mainly responsible."
+ "Rusty Russell [rusty@rustcorp.com.au](mailto:rusty@rustcorp.com.au) is mainly responsible."
],
"see_also": [
"lightning-pay(7)",
"lightning-decodepay(7)"
],
"resources": [
- "Main web site: <https://github.com/ElementsProject/lightning>"
+ "Main web site: [https://github.com/ElementsProject/lightning](https://github.com/ElementsProject/lightning)"
],
"examples": [
{
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.