Skip to content

Commit 8d93dba

Browse files
authored
Merge pull request #1726 from jkczyz/2022-09-offer-parsing
BOLT 12 offer parsing
2 parents 7269fa2 + 1e26a2b commit 8d93dba

File tree

5 files changed

+598
-25
lines changed

5 files changed

+598
-25
lines changed

lightning/src/offers/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
//! Offers are a flexible protocol for Lightning payments.
1414
1515
pub mod offer;
16+
pub mod parse;

0 commit comments

Comments
 (0)