From f4b6ccdc1366507d5d5ac6b77a673884685c81bb Mon Sep 17 00:00:00 2001 From: Will Scott Date: Mon, 4 Jul 2022 19:20:54 +0200 Subject: [PATCH] minor typo --- REFRAME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REFRAME.md b/REFRAME.md index 3caddb53b..cc0dacb5a 100644 --- a/REFRAME.md +++ b/REFRAME.md @@ -314,7 +314,7 @@ There are a a few semantics relevant to the construction of a ProvideRequest: 1. Create the ProviderRequest struct, with empty bytes for Signature 2. Serialize the ProviderRequest as DagJSON 3. Hash the serialization with Sha256 - 4. Sign the Hash using the keypair associated wit hthe Provider.ID + 4. Sign the Hash using the keypair associated with the Provider.ID ##### DAG-JSON Examples