Explorar o código

Merge pull request #817 from thesimplekid/fix_cli_send

fix: sqlite get_mints function
thesimplekid hai 1 semana
pai
achega
8c361e7d7a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      crates/cdk-sqlite/src/wallet/mod.rs

+ 0 - 1
crates/cdk-sqlite/src/wallet/mod.rs

@@ -239,7 +239,6 @@ ON CONFLICT(mint_url) DO UPDATE SET
                     mint_url
                 FROM
                     mint
-                WHERE mint_url = :mint_url
                 "#,
         )
         .fetch_all(&self.pool.get().map_err(Error::Pool)?)