Skip to content

Commit

Permalink
Update retire_stakepool.md
Browse files Browse the repository at this point in the history
Minor edits.
  • Loading branch information
olgahryniuk authored and jutaro committed May 13, 2021
1 parent 20b7ebf commit 5679aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/stake-pool-operations/retire_stakepool.md
Expand Up @@ -7,7 +7,7 @@ To retire a pool we need to:

The deregistration certificate contains the _epoch_ in which we want to retire the pool. This epoch must be _after_ the current epoch and _not later than_ `eMax` epochs in the future, where `eMax` is a protocol parameter.

So we first need to figure out the current epoch. The simplest way to get the current epoch is via the `tip` command:
First, you need to figure out the current epoch. The simplest way to get the current epoch is to use the `tip` command:

```bash
> cardano-cli query tip --testnet-magic 42 --mary-era --cardano-mode
Expand Down Expand Up @@ -40,7 +40,7 @@ We can look up `eMax` by querying the current protocol parameters:

This means the earliest epoch for retirement is 52 (one in the future), and the latest is 69 (current epoch plus `eMax`).

So for example, we can decide to retire in epoch 53.
For example, we can decide to retire in epoch 53.

#### Create deregistration certificate

Expand Down

0 comments on commit 5679aee

Please sign in to comment.