From a3474ae496bf6a060df187954dfebc29c303cc3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Proust?= Date: Wed, 11 Apr 2018 15:58:37 +0800 Subject: [PATCH] Typo in error message --- src/proto_alpha/lib_protocol/src/nonce_storage.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto_alpha/lib_protocol/src/nonce_storage.ml b/src/proto_alpha/lib_protocol/src/nonce_storage.ml index 3351eaeb7..b30bd5418 100644 --- a/src/proto_alpha/lib_protocol/src/nonce_storage.ml +++ b/src/proto_alpha/lib_protocol/src/nonce_storage.ml @@ -32,7 +32,7 @@ let () = `Temporary ~id:"nonce.too_early_revelation" ~title:"Too early nonce revelation" - ~description:"None revelation happens before cycle end" + ~description:"Nonce revelation happens before cycle end" ~pp: (fun ppf () -> Format.fprintf ppf "This nonce should not yet be revealed") Data_encoding.unit