Browse Source

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

Signed-off-by: black5box <black5box@outlook.com>
black5box 2 ngày trước cách đây
mục cha
commit
0b95cbc3f6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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();