浏览代码

chore: fix some minor issues in comments (#1287)

Signed-off-by: black5box <black5box@outlook.com>
black5box 2 天之前
父节点
当前提交
0b95cbc3f6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      crates/cdk-integration-tests/src/lib.rs

+ 2 - 2
crates/cdk-integration-tests/src/lib.rs

@@ -64,7 +64,7 @@ pub fn get_second_mint_url_from_env() -> String {
     }
 }
 
-// This is the ln wallet we use to send/receive ln payements as the wallet
+// This is the ln wallet we use to send/receive ln payments as the wallet
 pub async fn init_lnd_client(work_dir: &Path) -> LndClient {
     let lnd_dir = get_lnd_dir(work_dir, "one");
     let cert_file = lnd_dir.join("tls.cert");
@@ -133,7 +133,7 @@ pub async fn create_invoice_for_env(amount_sat: Option<u64>) -> Result<String> {
     }
 }
 
-// This is the ln wallet we use to send/receive ln payements as the wallet
+// This is the ln wallet we use to send/receive ln payments as the wallet
 async fn _get_lnd_client() -> LndClient {
     let temp_dir = get_work_dir();