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

Commit 21e931e

Browse files
authored
Set sync_from to Zero (#1429)
1 parent a8415e9 commit 21e931e

File tree

1 file changed

+1
-4
lines changed
  • node/service/src/service

1 file changed

+1
-4
lines changed

node/service/src/service/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,7 @@ where
222222
rpc_config: eth_rpc_config.clone(),
223223
fee_history_cache: fee_history_cache.clone(),
224224
overrides: overrides.clone(),
225-
sync_from: match config.chain_spec.name() {
226-
"Pangoro" => 729781,
227-
_ => 0,
228-
},
225+
sync_from: 0,
229226
}
230227
.spawn_task();
231228
let subscription_task_executor = SubscriptionTaskExecutor::new(task_manager.spawn_handle());

0 commit comments

Comments
 (0)