File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
docs/Concepts/Permissioning Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ source, the blockchain.
1010
1111!!! important
1212
13- Nodes validate account permissions when importing blocks. This means if you disable onchain
14- account permissioning and add transactions to the chain, nodes cannot resync the network if
15- account permissioning is re-enabled.
13+ When using Onchain Account Permissioning, a node checks permissions when importing blocks.
14+ Meaning, a node only imports blocks in which all transactions are from authorized senders. If
15+ you disable Onchain Account Permissioning and your node accept blocks without enforcing this rule,
16+ your node cannot resync with other nodes that are enforcing Onchain Account Permissioning rules
17+ (your node goes into forked state).
1618
1719!!! note
1820
You can’t perform that action at this time.
0 commit comments