We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29bdd3 commit e3fa9e3Copy full SHA for e3fa9e3
1 file changed
src/payment/mod.rs
@@ -9,6 +9,7 @@
9
10
mod bolt11;
11
mod bolt12;
12
+pub(crate) mod metadata;
13
mod onchain;
14
mod spontaneous;
15
pub(crate) mod store;
0 commit comments