We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Bolt11Invoice::invoice_description
1 parent 18fd2b7 commit 16e31e8Copy full SHA for 16e31e8
src/uniffi_types.rs
@@ -727,7 +727,7 @@ mod tests {
727
let (ldk_invoice, wrapped_invoice) = create_test_invoice();
728
729
let ldk_description = ldk_invoice.description();
730
- let wrapped_description = wrapped_invoice.description();
+ let wrapped_description = wrapped_invoice.invoice_description();
731
732
match (ldk_description, &wrapped_description) {
733
(
0 commit comments