From: Daniela Brozzoni Date: Sat, 15 Feb 2020 19:16:21 +0000 (+0100) Subject: Small fix in sync X-Git-Tag: 0.1.0-beta.1~73 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/-script/static/struct.CommandString.html?a=commitdiff_plain;h=7df3b4844e5fbe38ecceee93472332223aee3222;p=bdk Small fix in sync --- diff --git a/src/wallet/mod.rs b/src/wallet/mod.rs index e779807f..7dc4869e 100644 --- a/src/wallet/mod.rs +++ b/src/wallet/mod.rs @@ -924,7 +924,7 @@ where .as_ref() .unwrap() .borrow_mut() - .batch_script_get_history(chunk.iter().collect())?; // TODO: fix electrum client + .batch_script_get_history(chunk.iter().collect::>())?; // TODO: fix electrum client for (script, history) in chunk.into_iter().zip(call_result.into_iter()) { trace!("received history for {:?}, size {}", script, history.len());