Преглед на файлове

doc/arch/consensus: minor formatting

skoupidi преди 1 година
родител
ревизия
3c0f992776
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      doc/src/arch/consensus.md

+ 2 - 2
doc/src/arch/consensus.md

@@ -307,12 +307,12 @@ This tree is constructed using all contracts states trees checksums,
 along with the wasm bincodes tree checksum, excluding native contracts
 along with the wasm bincodes tree checksum, excluding native contracts
 zkas tree and wasm bincodes.
 zkas tree and wasm bincodes.
 The checksum of each tree is computed by hashing all its key and values,
 The checksum of each tree is computed by hashing all its key and values,
-using `blake3` hasher.
+using a `blake3` hasher.
 For each block, we compute the current tree root and keep it in its header,
 For each block, we compute the current tree root and keep it in its header,
 enabling us to both verify the contacts state after the block insertion,
 enabling us to both verify the contacts state after the block insertion,
 and create proofs commiting to that specific state.
 and create proofs commiting to that specific state.
 
 
-## Usage example
+### Usage example
 
 
 In this pseudocode we can see how we can use the Monotree to produce
 In this pseudocode we can see how we can use the Monotree to produce
 a proof for a specific state. First, we will create a random set of
 a proof for a specific state. First, we will create a random set of