Update book/src/dev/rfcs/0005-state-updates.md

Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
Jane Lusby 2020-11-09 16:31:14 -08:00 committed by Deirdre Connolly
parent dcc19f6b25
commit 104b5406d5
1 changed files with 1 additions and 1 deletions

View File

@ -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`