From 3563d0a64acb45e5d82d98b0d33f82cd3252c6e9 Mon Sep 17 00:00:00 2001 From: VirgileBa <83290618+VirgileBa@users.noreply.github.com> Date: Wed, 19 Apr 2023 16:03:13 +0200 Subject: [PATCH] Update dip-0027.md (#127) > The following new ProRegTx rules are added and are only applicable when `type` is 1: those rules collide with some already existing rules (checking references to 1K) so the wording is not great but i'm not sure how to edit it here platformNodeID is/represent the first.... --- dip-0028.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dip-0028.md b/dip-0028.md index 1645faad..bf7d8845 100644 --- a/dip-0028.md +++ b/dip-0028.md @@ -205,7 +205,7 @@ generated and stored securely for future use. SHOULD adhere to [DIP-9](https://github.com/dashpay/dips/blob/master/dip-0009.md), with feature **3’** and subpath **4’/*** (for example, **m/9'/5'/3'/4'**/0'). -**platformNodeID** represents first 20 bytes of SHA256 checksum of the public part of the **P2P +**platformNodeID** is the first 20 bytes of SHA256 checksum of the public part of the **P2P key** (SHA256-20). The following pseudocode represents the generation algorithm: ``` text