Skip to content

Commit

Permalink
fix: description in pay quote is option
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Jul 26, 2024
1 parent 8d95277 commit e5ed677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pay_ln.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct PayInvoiceQuoteResponse {
/// Payment quote Id
pub payment_quote_id: String,
/// Description
pub description: String,
pub description: Option<String>,
/// Quote valid till
pub valid_until: String,
/// Conversion quote
Expand Down

0 comments on commit e5ed677

Please sign in to comment.