We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Bolt11Invoice::invoice_description
1 parent 25fe5e3 commit df31b1cCopy full SHA for df31b1c
1 file changed
src/ffi/types.rs
@@ -1262,7 +1262,7 @@ mod tests {
1262
let (ldk_invoice, wrapped_invoice) = create_test_bolt11_invoice();
1263
1264
let ldk_description = ldk_invoice.description();
1265
- let wrapped_description = wrapped_invoice.description();
+ let wrapped_description = wrapped_invoice.invoice_description();
1266
1267
match (ldk_description, &wrapped_description) {
1268
(
0 commit comments