From 5b6ffaecc0b365e429384ccbdcfceeec0797e587 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 6 Aug 2018 23:36:09 -0700 Subject: [PATCH] s/r$/f/ --- src/entry.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.rs b/src/entry.rs index 4a9393a3b6..7cfd6d79cf 100644 --- a/src/entry.rs +++ b/src/entry.rs @@ -20,7 +20,7 @@ use transaction::Transaction; /// world's fastest processor at the time the entry was recorded. Or said another way, it /// is physically not possible for a shorter duration to have occurred if one assumes the /// hash was computed by the world's fastest processor at that time. The hash chain is both -/// a Verifiable Delay Function (VDF) and a Proof of Work (not to be confused with Proof or +/// a Verifiable Delay Function (VDF) and a Proof of Work (not to be confused with Proof of /// Work consensus!) #[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone)]