mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-19 13:44:55 +01:00
feat: bolt12 ws (#1052)
This commit is contained in:
@@ -609,6 +609,9 @@ async fn configure_backend_for_unit(
|
||||
Arc::clone(&backend),
|
||||
)
|
||||
.await?;
|
||||
|
||||
let nut17_supported = SupportedMethods::default_bolt12(unit.clone());
|
||||
mint_builder = mint_builder.with_supported_websockets(nut17_supported);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -630,7 +633,8 @@ async fn configure_backend_for_unit(
|
||||
feature = "lnbits",
|
||||
feature = "lnd",
|
||||
feature = "fakewallet",
|
||||
feature = "grpc-processor"
|
||||
feature = "grpc-processor",
|
||||
feature = "ldk-node"
|
||||
))]
|
||||
{
|
||||
let nut17_supported = SupportedMethods::default_bolt11(unit);
|
||||
|
||||
Reference in New Issue
Block a user