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
@@ -1405,6 +1405,11 @@
1405
1405
"type": "boolean",
1406
1406
"format": "boolean",
1407
1407
"description": "If set, only the final payment update is streamed back. Intermediate updates\nthat show which htlcs are still in flight are suppressed."
1408
+
},
1409
+
"max_shard_size_msat": {
1410
+
"type": "string",
1411
+
"format": "uint64",
1412
+
"description": "The largest payment split that should be attempted when making a payment if\nsplitting is necessary. Setting this value will effectively cause lnd to\nsplit more aggressively, vs only when it thinks it needs to. Note that this\nvalue is in milli-satoshis."
0 commit comments