Clarify a duplicate log message
This commit is contained in:
parent
7b13d5573a
commit
7e2c3a2fc7
|
@ -54,7 +54,7 @@ impl StartCmd {
|
||||||
config.network.network,
|
config.network.network,
|
||||||
));
|
));
|
||||||
|
|
||||||
info!("initializing chain verifier");
|
info!("initializing verifiers");
|
||||||
let verifier = zebra_consensus::chain::init(
|
let verifier = zebra_consensus::chain::init(
|
||||||
config.consensus.clone(),
|
config.consensus.clone(),
|
||||||
config.network.network,
|
config.network.network,
|
||||||
|
@ -63,7 +63,6 @@ impl StartCmd {
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
info!("initializing network");
|
info!("initializing network");
|
||||||
|
|
||||||
// The service that our node uses to respond to requests by peers. The
|
// The service that our node uses to respond to requests by peers. The
|
||||||
// load_shed middleware ensures that we reduce the size of the peer set
|
// load_shed middleware ensures that we reduce the size of the peer set
|
||||||
// in response to excess load.
|
// in response to excess load.
|
||||||
|
|
Loading…
Reference in New Issue