summaryrefslogtreecommitdiff
path: root/eth-wire
diff options
context:
space:
mode:
authorAntoine A <>2022-04-06 22:11:11 +0200
committerAntoine A <>2022-04-18 16:59:37 +0200
commitdffc5ba48b5031a229f7aa948c1853180b805639 (patch)
treef8f3240bd61f34680b08b6faa70a229bbe6ff462 /eth-wire
parent074bb420b83fdb6f14e15253bc23cd0360416b8c (diff)
downloaddepolymerization-dffc5ba48b5031a229f7aa948c1853180b805639.tar.gz
depolymerization-dffc5ba48b5031a229f7aa948c1853180b805639.tar.bz2
depolymerization-dffc5ba48b5031a229f7aa948c1853180b805639.zip
report progress
Diffstat (limited to 'eth-wire')
-rw-r--r--eth-wire/src/loops/worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth-wire/src/loops/worker.rs b/eth-wire/src/loops/worker.rs
index ea1d412..2d9d95e 100644
--- a/eth-wire/src/loops/worker.rs
+++ b/eth-wire/src/loops/worker.rs
@@ -137,7 +137,7 @@ fn sync_chain(
let list = rpc.list_since_sync(&state.address, sync_state, conf_delay)?;
- // Check if a confirmed incoming transaction have been removed by a blockchain reorganisation
+ // Check if a confirmed incoming transaction have been removed by a blockchain reorganization
let new_status = sync_chain_removed(&list.txs, &list.removed, db, &state.address, conf_delay)?;
// Sync status with database