From 2eaa64c4e88a305ad123713ed0cd98925dc0e1ad Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 13 May 2019 15:29:23 -0700 Subject: [PATCH] valhashators -> validators --- core/src/poh.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/poh.rs b/core/src/poh.rs index 8f9b7ab03b..e8ff1482ec 100644 --- a/core/src/poh.rs +++ b/core/src/poh.rs @@ -45,7 +45,7 @@ impl Poh { } // emissions of Ticks (i.e. PohEntries without a mixin) allows - // valhashators to parallelize the work of catching up + // validators to parallelize the work of catching up pub fn tick(&mut self) -> PohEntry { self.hash();