Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Model lightning payment invoice (and stor…
Browse files Browse the repository at this point in the history
…e in DB)
  • Loading branch information
Restioson committed Aug 25, 2023
1 parent ad28ba7 commit cd4d64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ln-dlc-node/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl From<Invoice> for PaymentInfo {
InvoiceDescription::Direct(direct) => direct.to_string(),
InvoiceDescription::Hash(hash) => hash.0.to_hex(),
},
invoice: Some(format!("{value}")),
invoice: Some(value.to_string()),
}
}
}

0 comments on commit cd4d64c

Please sign in to comment.