Skip to content

Commit d68988b

Browse files
committed
Remove msg about longer sync with remote eth1 nodes (#2453)
## Issue Addressed - Resolves #2452 ## Proposed Changes I've seen a few people confused by this and I don't think the message is really worth it. ## Additional Info NA
1 parent 9656ffe commit d68988b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

beacon_node/client/src/notifier.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ fn eth1_logging<T: BeaconChainTypes>(beacon_chain: &BeaconChain<T>, log: &Logger
228228
warn!(
229229
log,
230230
"Syncing eth1 block cache";
231-
"msg" => "sync can take longer when using remote eth1 nodes",
232231
"est_blocks_remaining" => distance,
233232
);
234233
}

book/src/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ See [here.](./installation-source.md#troubleshooting)
161161
### What is "Syncing eth1 block cache"
162162

163163
```
164-
Nov 30 21:04:28.268 WARN Syncing eth1 block cache est_blocks_remaining: initializing deposits, msg: sync can take longer when using remote eth1 nodes, service: slot_notifier
164+
Nov 30 21:04:28.268 WARN Syncing eth1 block cache est_blocks_remaining: initializing deposits, service: slot_notifier
165165
```
166166

167167
This log indicates that your beacon node is downloading blocks and deposits

0 commit comments

Comments
 (0)