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
Validate amount_msats against invoice and refund amounts
Add a check to ensure that the amount_msats in an invoice
matches the amount_msats specified in the invoice_request
or refund. Reject the invoice as invalid if there is a
mismatch between these amounts. This validation ensures
consistency in invoice handling.
0 commit comments