Skip to content

Commit

Permalink
fix forwarding example
Browse files Browse the repository at this point in the history
  • Loading branch information
joksas committed Aug 31, 2024
1 parent 6f15b15 commit fee2a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub mod pc20 {
/// }
///
/// let metadata = match v4v::pc20::forwarding::CreateInvoiceMetadata::try_from(
/// alby_invoice,
/// alby_invoice.metadata,
/// ) {
/// Ok(metadata) => metadata,
/// Err(e) => return StatusCode::OK,
Expand Down

0 comments on commit fee2a9c

Please sign in to comment.