Fix broken beacon chain metrics, add slot clock metrics

This commit is contained in:
Paul Hauner
2019-08-12 17:44:47 +10:00
parent 95a320817e
commit d7c546844c
9 changed files with 68 additions and 28 deletions

View File

@@ -1,3 +1,4 @@
#![recursion_limit = "128"] // For lazy-static
#[macro_use]
extern crate lazy_static;