diff --git a/docs/stake-pool-course/handbook/create-stake-pool-keys.md b/docs/stake-pool-course/handbook/create-stake-pool-keys.md index c7ead1ceac..681a467b0a 100644 --- a/docs/stake-pool-course/handbook/create-stake-pool-keys.md +++ b/docs/stake-pool-course/handbook/create-stake-pool-keys.md @@ -23,22 +23,6 @@ cardano-cli address key-gen \ This creates two files `payment.vkey` (the _public verification key_) and `payment.skey` (the _private signing key_). -## Legacy key - -To generate Byron-era _payment key_: - -Payment key files use the following format: - -```json -{ - "type": "PaymentSigningKeyByron_ed25519_bip32", - "description": "Payment Signing Key", - "cborHex": "hex-here" -} -``` - -Where the `hex-here` is generated as `0x5880 | xprv | pub | chaincode` - ## Stake key pair To generate a _stake key pair_ : diff --git a/docs/stake-pool-course/handbook/keys-addresses.md b/docs/stake-pool-course/handbook/keys-addresses.md index 164fff2abc..4bccf837d8 100644 --- a/docs/stake-pool-course/handbook/keys-addresses.md +++ b/docs/stake-pool-course/handbook/keys-addresses.md @@ -26,22 +26,6 @@ cardano-cli address key-gen \ ``` This creates two files `payment.vkey` (the _public verification key_) and `payment.skey` (the _private signing key_). -## Legacy key - -To generate Byron-era _payment key_: - -Payment key files use the following format: - -```json -{ - "type": "PaymentSigningKeyByron_ed25519_bip32", - "description": "Payment Signing Key", - "cborHex": "hex-here" -} -``` - -Where the `hex-here` is generated as `0x5880 | xprv | pub | chaincode` - ## Stake key pair To generate a _stake key pair_ :