From 068d237bba757f3bbed70dd728fad5f3f734e5c6 Mon Sep 17 00:00:00 2001 From: Sylvain <sylvain@opensource-expert.com> Date: Thu, 24 Dec 2015 13:37:42 +0100 Subject: [PATCH] typos small reformat. --- doc/Protocol.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Protocol.md b/doc/Protocol.md index 837ffc937..f7a4bf03a 100644 --- a/doc/Protocol.md +++ b/doc/Protocol.md @@ -177,6 +177,7 @@ A self-revocation is just *a signature* over a complete self-certification flavo Where: * `CERTIFIER_SIGNATURE` is the signature of the *certifier*. + ##### Example If we have the following complete self-certification: @@ -224,7 +225,7 @@ Certification may exists under *inline format* which describes the certification PUBKEY_FROM:PUBKEY_TO:BLOCK_NUMBER:SIGNATURE -Where +Where: * `PUBKEY_FROM` is the certification public key * `PUBKEY_TO` is the public key whose identity is being certified @@ -232,6 +233,7 @@ Where * `SIGNATURE` is the certification signature > Note: BLOCK_HASH is not required in the inline format, since this format aims at being used in the context of a blockchain, where hash can be deduced. + ##### Example If we have the following complete self-certification: -- GitLab