Skip to content

Commit 0afb8c0

Browse files
fixup: Update LSPS5 module exports and remove redundant constants
1 parent 75650b7 commit 0afb8c0

File tree

1 file changed

+1
-7
lines changed
  • lightning-liquidity/src/lsps5

1 file changed

+1
-7
lines changed

lightning-liquidity/src/lsps5/mod.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,4 @@ pub mod client;
1919
pub mod event;
2020
pub mod msgs;
2121
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;
22+
pub mod url_utils;

0 commit comments

Comments
 (0)