|
@@ -193,7 +193,7 @@ impl Wallet {
|
|
|
/// #[tokio::main]
|
|
|
/// async fn main() -> anyhow::Result<()> {
|
|
|
/// let seed = random::<[u8; 32]>();
|
|
|
- /// let mint_url = "https://testnut.cashu.space";
|
|
|
+ /// let mint_url = "https://fake.thesimplekid.dev";
|
|
|
/// let unit = CurrencyUnit::Sat;
|
|
|
///
|
|
|
/// let localstore = memory::empty().await?;
|
|
@@ -245,7 +245,7 @@ impl Wallet {
|
|
|
/// #[tokio::main]
|
|
|
/// async fn main() -> anyhow::Result<()> {
|
|
|
/// let seed = random::<[u8; 32]>();
|
|
|
- /// let mint_url = "https://testnut.cashu.space";
|
|
|
+ /// let mint_url = "https://fake.thesimplekid.dev";
|
|
|
/// let unit = CurrencyUnit::Sat;
|
|
|
///
|
|
|
/// let localstore = memory::empty().await?;
|