From bee4264d11f8003848541eb1f280b3999ae7ba4d Mon Sep 17 00:00:00 2001 From: Carlos LopezDeLara <64222734+CarlosLopezDeLara@users.noreply.github.com> Date: Mon, 13 May 2024 15:58:53 -0600 Subject: [PATCH] Update docs/tutorials/register-multisig-drep.mdx Co-authored-by: Ryan <44342099+Ryun1@users.noreply.github.com> --- docs/tutorials/register-multisig-drep.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/register-multisig-drep.mdx b/docs/tutorials/register-multisig-drep.mdx index 0d601736..f1f65072 100644 --- a/docs/tutorials/register-multisig-drep.mdx +++ b/docs/tutorials/register-multisig-drep.mdx @@ -19,7 +19,7 @@ where the endorsement of two out of the three sets is necessary. ### Generate SanchoNet DRep keys and an ID :::info -Each individual member of the DRep must generate a DRep key pair and calculate its verification key hash (a drep id). Later on we will +Each individual member of the DRep must generate a DRep key pair and calculate its verification key hash (a DRep ID). Later on we will use the key hashes to build the Native script. :::