Skip to content

Commit

Permalink
expose ser/de from lightning-invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
devrandom committed Dec 28, 2024
1 parent d44c255 commit 9de2ce5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lightning-invoice/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ mod prelude {
use crate::prelude::*;

/// Re-export serialization traits
#[cfg(fuzzing)]
pub use crate::de::FromBase32;
#[cfg(fuzzing)]
pub use crate::ser::Base32Iterable;

/// Errors that indicate what is wrong with the invoice. They have some granularity for debug
Expand Down

0 comments on commit 9de2ce5

Please sign in to comment.