From fc4c61147698c2c4278e85d7c04156d6a2163b84 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Wed, 14 Jul 2021 05:24:09 +0000 Subject: [PATCH] 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 --- beacon_node/client/src/notifier.rs | 1 - book/src/faq.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/beacon_node/client/src/notifier.rs b/beacon_node/client/src/notifier.rs index aaa8e619c..82ac3a304 100644 --- a/beacon_node/client/src/notifier.rs +++ b/beacon_node/client/src/notifier.rs @@ -228,7 +228,6 @@ fn eth1_logging(beacon_chain: &BeaconChain, log: &Logger warn!( log, "Syncing eth1 block cache"; - "msg" => "sync can take longer when using remote eth1 nodes", "est_blocks_remaining" => distance, ); } diff --git a/book/src/faq.md b/book/src/faq.md index d020ac218..edd580a53 100644 --- a/book/src/faq.md +++ b/book/src/faq.md @@ -161,7 +161,7 @@ See [here.](./installation-source.md#troubleshooting) ### What is "Syncing eth1 block cache" ``` -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 +Nov 30 21:04:28.268 WARN Syncing eth1 block cache est_blocks_remaining: initializing deposits, service: slot_notifier ``` This log indicates that your beacon node is downloading blocks and deposits