|
|
@@ -24,7 +24,7 @@ pub mod nut18;
|
|
|
pub mod nut19;
|
|
|
pub mod nut20;
|
|
|
pub mod nut23;
|
|
|
-pub mod nut24;
|
|
|
+pub mod nut25;
|
|
|
|
|
|
#[cfg(feature = "auth")]
|
|
|
mod auth;
|
|
|
@@ -68,4 +68,4 @@ pub use nut23::{
|
|
|
MeltOptions, MeltQuoteBolt11Request, MeltQuoteBolt11Response, MintQuoteBolt11Request,
|
|
|
MintQuoteBolt11Response, QuoteState as MintQuoteState,
|
|
|
};
|
|
|
-pub use nut24::{MeltQuoteBolt12Request, MintQuoteBolt12Request, MintQuoteBolt12Response};
|
|
|
+pub use nut25::{MeltQuoteBolt12Request, MintQuoteBolt12Request, MintQuoteBolt12Response};
|