feat: bolt12

This commit is contained in:
thesimplekid
2025-07-06 21:20:25 +01:00
parent 34e91dc924
commit ae6c107809
86 changed files with 6297 additions and 1934 deletions

View File

@@ -14,6 +14,9 @@ pub enum Error {
/// Amount overflow
#[error("Amount overflow")]
AmountOverflow,
/// Invalid payment hash
#[error("Invalid payment hash")]
InvalidPaymentHash,
/// Anyhow error
#[error(transparent)]
Anyhow(#[from] anyhow::Error),