Skip to content

Commit ef1cd48

Browse files
wnwokochagitbook-bot
wnwokocha
authored andcommitted
GitBook: [#368] add debugging to node section
1 parent ef2e873 commit ef1cd48

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* [Local DevNet Setup](setup/local-devnet.md)
1616
* [Follower node setup with AccMan](setup/follower-node-setup-with-accman.md)
1717
* [Validator node setup with AccMan](setup/validator-node-setup-with-accman.md)
18-
* [Debugging node issues](setup/debugging-node-issues.md)
1918
* [Retaining Validator Keys when wiping Node data](setup/retaining-validator-keys-when-wiping-node-data.md)
2019

2120
## CLI
@@ -26,6 +25,7 @@
2625
## Nodes
2726

2827
* [Operator onboarding guide](nodes/operator-onboarding-guide.md)
28+
* [Debugging node issues](nodes/debugging-node-issues.md)
2929

3030
## Developer Resources
3131

getting-started/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Lite Token Accounts are not associated with an identity and are not acknowledged
110110

111111
Every 12 hours, the transactions executed in the last 12 hours (since the prior major block) are collected into a new major block. For each record modified by a transaction in the block, a Merkle DAG root (anchor) is taken from the main transaction chain of the record and appended to the DN or BVN’s major root chain.
112112

113-
#### Managed Chain
113+
#### Managed Chain (Authorities)
114114

115115
When creating an ADI account, you can specify an additional Key Book within the same ADI that manages a Key Book. As an example, a transaction submitted using Key1 from acc:/Bob/KeyPage1 within acc://Bob/ KeyBook1 would be routed to acc:/Bob/KeyBook2 which is manager for that account. The manager would then need to sign a transaction approving the transactions specified by the Key Page and m of n required. In the future a Key Book of one ADI will be able to manage a Key Book of another ADI.
116116

getting-started/networks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The mainnet is the primary Accumulate network.
66

77
{% hint style="info" %}
8-
The mainnet will not be launched until testing and development is done, currently scheduled for September 2022.
8+
The mainnet will not be launched until testing and development is done, currently scheduled for October, 2022.
99
{% endhint %}
1010

1111
## Testnet
File renamed without changes.

0 commit comments

Comments
 (0)