We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5df71 commit 8845fa3Copy full SHA for 8845fa3
1 file changed
lwk_boltz/src/lib.rs
@@ -143,7 +143,7 @@ impl LightningSession {
143
Ok(result)
144
}
145
146
- /// Fetch informations, such as min and max amounts, about the reverse and submarine pairs from the boltz api.
+ /// Fetch information, such as min and max amounts, about the reverse and submarine pairs from the boltz api.
147
pub async fn fetch_swaps_info(
148
&self,
149
) -> Result<(GetReversePairsResponse, GetSubmarinePairsResponse), Error> {
0 commit comments