We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a76a0 commit 22d8206Copy full SHA for 22d8206
crates/cdk-sqlite/src/wallet/mod.rs
@@ -180,6 +180,7 @@ WHERE mint_url=?
180
181
#[instrument(skip(self))]
182
async fn get_mint(&self, mint_url: MintUrl) -> Result<Option<MintInfo>, Self::Err> {
183
+ println!("Debug pool {:?}", self.pool);
184
let rec = sqlx::query(
185
r#"
186
SELECT *
0 commit comments