From 41fd986e7f8652cea05e7560a0a6553d27331606 Mon Sep 17 00:00:00 2001 From: WhoSoup Date: Wed, 26 Aug 2020 18:23:40 +0200 Subject: [PATCH] pubkey not rcd --- pip-0013.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pip-0013.mediawiki b/pip-0013.mediawiki index 3697375..cf8136f 100644 --- a/pip-0013.mediawiki +++ b/pip-0013.mediawiki @@ -22,7 +22,7 @@ The goal is to counterbalance the submission of Oracle Price Records of miners b ExtIDs: * version byte (byte, default 0) -* RCD of the payout address +* PubKey of the payout address * signature covering [ExtID 0, ExtID 1, SHA256(Content)] Content: (protobuf) * Payout Address (string) @@ -32,7 +32,7 @@ Content: (protobuf) Prices are pulled at minute one, same time as the miners. SPRs are written to a new chain (PegNet / MainNet / StakingPriceRecords) at minute 8. Entries are valid if: * The height matches the block's height -* The payout address matches the RCD +* The payout address matches the PubKey * The signature is verified * It is not a duplicate of an existing (and valid) SPR with the same payout address