Skip to content

Commit 019f489

Browse files
committed
f rebase error
1 parent c264c3b commit 019f489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ impl<H: tb::Bool, T: tb::Bool, C: tb::Bool, S: tb::Bool, M: tb::Bool> InvoiceBui
621621
}
622622

623623
/// Set the description or description hash. This function is only available if no description (hash) was set.
624-
pub fn invoice_description(self, description: InvoiceDescription) -> InvoiceBuilder<tb::True, H, T, C, S> {
624+
pub fn invoice_description(self, description: InvoiceDescription) -> InvoiceBuilder<tb::True, H, T, C, S, M> {
625625
match description {
626626
InvoiceDescription::Direct(desc) => {
627627
self.description(desc.clone().into_inner())

0 commit comments

Comments
 (0)