Explorar el Código

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

Signed-off-by: black5box <black5box@outlook.com>
black5box hace 2 días
padre
commit
0b95cbc3f6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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();