Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 4a68006

Browse files
committed
Expose lsps2/utils.rs
.. as they are useful.
1 parent e91e69c commit 4a68006

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/lsps2/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ pub mod client;
1313
pub mod event;
1414
pub mod msgs;
1515
pub mod service;
16-
pub(crate) mod utils;
16+
pub mod utils;

src/lsps2/utils.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Utilities for implementing the LSPS2 standard.
2+
13
use crate::lsps2::msgs::OpeningFeeParams;
24
use crate::utils;
35

0 commit comments

Comments
 (0)