소스 검색

chore: example use tsk mint

thesimplekid 2 달 전
부모
커밋
b1aa1da386
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      crates/cdk/examples/p2pk.rs

+ 1 - 2
crates/cdk/examples/p2pk.rs

@@ -27,8 +27,7 @@ async fn main() -> Result<(), Error> {
     let seed = random::<[u8; 64]>();
 
     // Define the mint URL and currency unit
-    // let mint_url = "https://fake.thesimplekid.dev";
-    let mint_url = "https://testnut.cashu.space";
+    let mint_url = "https://fake.thesimplekid.dev";
     let unit = CurrencyUnit::Sat;
     let amount = Amount::from(100);