Update book/src/dev/rfcs/0005-state-updates.md
Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
parent
dcc19f6b25
commit
104b5406d5
|
|
@ -404,7 +404,7 @@ chain and updates all side chains to match.
|
|||
3. Remove the lowest height block from the best chain with
|
||||
`let finalized_block = best_chain.pop_root();`
|
||||
|
||||
4. Add `best_chain` back to `self.chain_set` if it is not empty
|
||||
4. Add `best_chain` back to `self.chain_set` if `best_chain` is not empty
|
||||
|
||||
5. For each remaining `chain` in `side_chains`
|
||||
- remove the lowest height block from `chain`
|
||||
|
|
|
|||
Loading…
Reference in New Issue