Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update client/transaction-pool/src/lib.rs
Co-Authored-By: Max Inden <[email protected]>
  • Loading branch information
NikVolf and mxinden authored Apr 16, 2020
commit a7be54c896d9d1577de69d37d546c921c8ba444c
2 changes: 1 addition & 1 deletion client/transaction-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ impl<PoolApi, Block> BasicPool<PoolApi, Block>
let metrics = Arc::new(
prometheus.and_then(|registry|
PrometheusMetrics::register(registry).map_err(|err| {
log::warn!("Failed to register prometheus metrics: {}", err);
log::warn!("Failed to register Prometheus metrics: {}", err);
()
}).ok()
)
Expand Down