|
@@ -27,8 +27,7 @@ async fn main() -> Result<(), Error> {
|
|
|
let seed = random::<[u8; 64]>();
|
|
let seed = random::<[u8; 64]>();
|
|
|
|
|
|
|
|
// Define the mint URL and currency unit
|
|
// 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 unit = CurrencyUnit::Sat;
|
|
|
let amount = Amount::from(100);
|
|
let amount = Amount::from(100);
|
|
|
|
|
|