summaryrefslogtreecommitdiff
path: root/btc-wire/src/loops/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'btc-wire/src/loops/worker.rs')
-rw-r--r--btc-wire/src/loops/worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/btc-wire/src/loops/worker.rs b/btc-wire/src/loops/worker.rs
index 3cd2aec..b26b902 100644
--- a/btc-wire/src/loops/worker.rs
+++ b/btc-wire/src/loops/worker.rs
@@ -176,7 +176,7 @@ fn sync_chain(
BlockHash,
) = {
// Get all transactions made since this block
- let list = rpc.list_since_block(Some(&last_hash), conf_delay as u32)?;
+ let list = rpc.list_since_block(Some(&last_hash), conf_delay)?;
// Only keep ids and category
let txs = list
.transactions