Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Set sync_from to Zero (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Sep 7, 2022
1 parent a8415e9 commit 21e931e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions node/service/src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,7 @@ where
rpc_config: eth_rpc_config.clone(),
fee_history_cache: fee_history_cache.clone(),
overrides: overrides.clone(),
sync_from: match config.chain_spec.name() {
"Pangoro" => 729781,
_ => 0,
},
sync_from: 0,
}
.spawn_task();
let subscription_task_executor = SubscriptionTaskExecutor::new(task_manager.spawn_handle());
Expand Down

0 comments on commit 21e931e

Please sign in to comment.