diff --git a/docs/stake-pool-course/handbook/register-stake-keys.md b/docs/stake-pool-course/handbook/register-stake-keys.md index 677d79e60a..e1f4d12d26 100644 --- a/docs/stake-pool-course/handbook/register-stake-keys.md +++ b/docs/stake-pool-course/handbook/register-stake-keys.md @@ -46,10 +46,10 @@ The output is the transaction fee in lovelace: Registering the stake address, not only pay transaction fees, but also includes a _deposit_ (which you get back when deregister the key) as stated in the protocol parameters: -The deposit amount can be found in the `protocol.json` under `keyDeposit`, for example in Shelley Mainnet: +The deposit amount can be found in the `protocol.json` under `stakeAddressDeposit`, for example in Shelley Mainnet: ... - "keyDeposit": 2000000, + "stakeAddressDeposit": 2000000, ... Query the UTXO of the address that pays for the transaction and deposit: