Skip to content
Snippets Groups Projects
Commit 0ad6bad4 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Testnet and mainnet Hived versions use same public key prefix

parent dfc49c9a
No related branches found
No related tags found
1 merge request!199Testnet and mainnet Hived versions use same public key prefix
Pipeline #87306 passed
......@@ -35,7 +35,7 @@ class KeyGenerator:
return [
KeyGeneratorItem(
private_key=PrivateKey("5JNHfZYKGaomSFvd4NUdQ9qMcEAC43kujbfjueTHpVapX1Kzq2n"),
public_key=PublicKey("TST6LLegbAgLAy28EHrffBVuANFWcFgmqRMW13wBmTExqFE9SCkg4"),
public_key=PublicKey("STM6LLegbAgLAy28EHrffBVuANFWcFgmqRMW13wBmTExqFE9SCkg4"),
account_name=account_name,
)
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment