Skip to content

Commit 2951ad3

Browse files
committed
docs: fix runbook for certificate hashes re-computation
1 parent c721515 commit 2951ad3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/runbook/recompute-certificates-hash/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export CARDANO_NETWORK=**CARDANO_NETWORK**
88
export MITHRIL_DISTRIBUTION_LINUX_PKG=**MITHRIL_DISTRIBUTION_LINUX_PKG**
99
```
1010

11-
Here is an exmaple for the `release-mainnet` network:
11+
Here is an example for the `release-mainnet` network:
1212
```bash
1313
export MITHRIL_VM=aggregator.release-mainnet.api.mithril.network
1414
export CARDANO_NETWORK=mainnet
@@ -108,7 +108,7 @@ Then disconnect from the aggregator VM:
108108
exit
109109
```
110110

111-
## Databse rollback procedure
111+
## Database rollback procedure
112112

113113
If the recomputation fails, you can rollback the database,and try again the process.
114114

docs/runbook/recompute-certificates-hash/config/tools.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"snapshot_uploader_type": "local",
1414
"genesis_verification_key": "-",
1515
"era_adapter_type": "bootstrap",
16-
"cardano_node_version": "-"
16+
"cardano_node_version": "-",
17+
"chain_observer_type": "cardano-cli"
1718
}

0 commit comments

Comments
 (0)