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

Commit 739751b

Browse files
authored
Merge pull request #83 from tnull/2024-01-expose-lsps2-utils
Expose `lsps2/utils.rs`
2 parents e91e69c + 4a68006 commit 739751b

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)