File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
docs/runbook/recompute-certificates-hash Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export CARDANO_NETWORK=**CARDANO_NETWORK**
8
8
export MITHRIL_DISTRIBUTION_LINUX_PKG=** MITHRIL_DISTRIBUTION_LINUX_PKG**
9
9
```
10
10
11
- Here is an exmaple for the ` release-mainnet ` network:
11
+ Here is an example for the ` release-mainnet ` network:
12
12
``` bash
13
13
export MITHRIL_VM=aggregator.release-mainnet.api.mithril.network
14
14
export CARDANO_NETWORK=mainnet
@@ -108,7 +108,7 @@ Then disconnect from the aggregator VM:
108
108
exit
109
109
```
110
110
111
- ## Databse rollback procedure
111
+ ## Database rollback procedure
112
112
113
113
If the recomputation fails, you can rollback the database,and try again the process.
114
114
Original file line number Diff line number Diff line change 13
13
"snapshot_uploader_type" : " local" ,
14
14
"genesis_verification_key" : " -" ,
15
15
"era_adapter_type" : " bootstrap" ,
16
- "cardano_node_version" : " -"
16
+ "cardano_node_version" : " -" ,
17
+ "chain_observer_type" : " cardano-cli"
17
18
}
You can’t perform that action at this time.
0 commit comments