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
Expose the claimable amount so subscribers can validate held payments.
Document event delivery limits, claim deadlines, and the current amount
check. Share channel count calculations and event acknowledgements.
AI assistance: OpenAI Codex was used for this change.
Copy file name to clipboardExpand all lines: ldk-server-cli/src/main.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ enum Commands {
172
172
#[arg(
173
173
short,
174
174
long,
175
-
help = "The claimable amount, e.g. 50sat or 50000msat, only used for verifying we are claiming the expected amount"
175
+
help = "The amount from PaymentClaimable, e.g. 50sat or 50000msat. Used for a lower-bound check, not an exact amount check; validate the event amount before claiming"
0 commit comments