|
@@ -26,7 +26,7 @@ pub async fn test_mint_double_receive() -> Result<()> {
|
|
let mnemonic = Mnemonic::generate(12)?;
|
|
let mnemonic = Mnemonic::generate(12)?;
|
|
|
|
|
|
let wallet = Wallet::new(
|
|
let wallet = Wallet::new(
|
|
- &MINT_URL,
|
|
|
|
|
|
+ MINT_URL,
|
|
CurrencyUnit::Sat,
|
|
CurrencyUnit::Sat,
|
|
Arc::new(WalletMemoryDatabase::default()),
|
|
Arc::new(WalletMemoryDatabase::default()),
|
|
&mnemonic.to_seed_normalized(""),
|
|
&mnemonic.to_seed_normalized(""),
|
|
@@ -51,7 +51,7 @@ pub async fn test_mint_double_receive() -> Result<()> {
|
|
let mnemonic = Mnemonic::generate(12)?;
|
|
let mnemonic = Mnemonic::generate(12)?;
|
|
|
|
|
|
let wallet_two = Wallet::new(
|
|
let wallet_two = Wallet::new(
|
|
- &MINT_URL,
|
|
|
|
|
|
+ MINT_URL,
|
|
CurrencyUnit::Sat,
|
|
CurrencyUnit::Sat,
|
|
Arc::new(WalletMemoryDatabase::default()),
|
|
Arc::new(WalletMemoryDatabase::default()),
|
|
&mnemonic.to_seed_normalized(""),
|
|
&mnemonic.to_seed_normalized(""),
|