Skip to content

Commit 6579b7d

Browse files
Some amendments
1 parent 3a59c86 commit 6579b7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/stake-pool-operations/KES_period.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cat mainnet-shelley-genesis.json | grep KES
2525
"maxKESEvolutions": 62,
2626
```
2727

28-
The key will evolve after each period of 129600 slots and it can evolve up-to 62 times before it needs to be renewed.
28+
The key will evolve after each period of 129600 slots and it can evolve up to 62 times before it needs to be renewed.
2929

3030
Before we can create an operational certificate for our node, we need to figure out the start of the KES validity period, i.e. which KES evolution period we are in.
3131

@@ -94,7 +94,7 @@ cardano-cli query kes-period-info --testnet-magic 42 --op-cert-file node-spo3/op
9494
**NOTE:** When your pool has already forged a block in the current KES interval these values must match.
9595

9696

97-
If your pool has **not** yet forged a block in the current KES Intervalit is ok that `cardano-cli query kes-period-info` shows that `"qKesOnDiskOperationalCertificateNumber"` is greater than `"qKesNodeStateOperationalCertificateNumber"` by exactly one (+1), for example:
97+
If your pool has **not** yet forged a block in the current KES Interval it's ok that `cardano-cli query kes-period-info` shows that `"qKesOnDiskOperationalCertificateNumber"` is greater than `"qKesNodeStateOperationalCertificateNumber"` by exactly one (+1), for example:
9898

9999
```
100100
"qKesNodeStateOperationalCertificateNumber": 2,
@@ -108,7 +108,7 @@ If your pool has **not** yet forged a block in the current KES Intervalit is ok
108108
--kes-period 205 \
109109
--out-file opcert.cert
110110
```
111-
Nothing to worry about, when your pool forges a block `qKesNodeStateOperationalCertificateNumber` will be updated accordingly and these values will be the same.
111+
When your pool forges a block `qKesNodeStateOperationalCertificateNumber` will be updated accordingly and these values will be the same.
112112

113113
### How do I know if I have issued an _invalid_ operational certificate
114114

0 commit comments

Comments
 (0)