amount input

This commit is contained in:
boufni95 2026-02-02 21:15:42 +00:00
parent 3255730ae2
commit f5eb1f3253
5 changed files with 10 additions and 8 deletions

View file

@ -382,7 +382,7 @@ type InvoiceSwapQuoteList struct {
Quotes []InvoiceSwapQuote `json:"quotes"`
}
type InvoiceSwapRequest struct {
Invoice string `json:"invoice"`
Amount_sats int64 `json:"amount_sats"`
}
type InvoiceSwapsList struct {
Quotes []InvoiceSwapQuote `json:"quotes"`