You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lnrpc/routerrpc/router.swagger.json
+5
Original file line number
Diff line number
Diff line change
@@ -1726,6 +1726,11 @@
1726
1726
"skip_temp_err": {
1727
1727
"type": "boolean",
1728
1728
"description": "Whether the payment should be marked as failed when a temporary error is\nreturned from the given route. Set it to true so the payment won't be\nfailed unless a terminal error is occurred, such as payment timeout, no\nroutes, incorrect payment details, or insufficient funds."
1729
+
},
1730
+
"onion_blob": {
1731
+
"type": "string",
1732
+
"format": "byte",
1733
+
"description": "Custom onion blob. Limited to 1366 bytes. This will be used instead of the\nstandard generated sphinx package."
0 commit comments