pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
61 stars 33 forks source link

change gitsha of private-keys.yaml #787

Closed okdas closed 1 year ago

okdas commented 1 year ago

Description

Summary generated by Reviewpad on 25 May 23 17:47 UTC

This pull request changes the gitsha of private-keys.yaml.

In #779, I added public keys as comments to all private keys in private-keys.yaml. Consequently, the md5sum of that file changed, even though the actual values remained unchanged. This led to the regeneration of the dump of private keys by debug_keybase. While there is no need to alter the binary file since its content has not been modified, we do want to update the md5 file to prevent further regeneration of the dump by debug_keybase.

Type of change

Please mark the relevant option(s):

Testing