We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75650b7 commit 0afb8c0Copy full SHA for 0afb8c0
lightning-liquidity/src/lsps5/mod.rs
@@ -19,10 +19,4 @@ pub mod client;
19
pub mod event;
20
pub mod msgs;
21
pub mod service;
22
-pub mod utils;
23
-
24
-/// Maximum allowed length for an app_name (in bytes)
25
-pub const MAX_APP_NAME_LENGTH: usize = 64;
26
27
-/// Maximum allowed length for a webhook URL (in characters)
28
-pub const MAX_WEBHOOK_URL_LENGTH: usize = 1024;
+pub mod url_utils;
0 commit comments