We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e97cd8 commit 947eabbCopy full SHA for 947eabb
1 file changed
lwk_bindings/src/invoice.rs
@@ -59,7 +59,7 @@ impl Bolt11Invoice {
59
}
60
61
/// Returns the invoice description as a string
62
- pub fn description(&self) -> String {
+ pub fn invoice_description(&self) -> String {
63
format!("{}", self.inner.description())
64
65
0 commit comments