mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 21:34:46 +00:00
Address other minor issues
This commit is contained in:
@@ -57,7 +57,7 @@ pub fn get_prometheus<T: BeaconChainTypes + 'static>(
|
||||
beacon_chain::scrape_for_metrics(&beacon_chain);
|
||||
|
||||
encoder
|
||||
.encode(&lighthouse_metrics::gather()[..], &mut buffer)
|
||||
.encode(&lighthouse_metrics::gather(), &mut buffer)
|
||||
.unwrap();
|
||||
|
||||
String::from_utf8(buffer)
|
||||
|
||||
Reference in New Issue
Block a user