From 0fb7173d032d4f721ee263fbe4dd37bfcc993f39 Mon Sep 17 00:00:00 2001 From: Will Scott Date: Mon, 4 Jul 2022 19:20:54 +0200 Subject: [PATCH] minor typo --- reframe/REFRAME_KNOWN_METHODS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reframe/REFRAME_KNOWN_METHODS.md b/reframe/REFRAME_KNOWN_METHODS.md index 9dd9514f8..91b13f765 100644 --- a/reframe/REFRAME_KNOWN_METHODS.md +++ b/reframe/REFRAME_KNOWN_METHODS.md @@ -295,7 +295,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