From 7bf2fdd6d7fecce414f461d8e3620a6892401a68 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 26 Oct 2020 21:11:26 +1000 Subject: [PATCH] Fix a header level in the state RFC --- book/src/dev/rfcs/0005-state-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/dev/rfcs/0005-state-updates.md b/book/src/dev/rfcs/0005-state-updates.md index b57c8da0..f04dfc94 100644 --- a/book/src/dev/rfcs/0005-state-updates.md +++ b/book/src/dev/rfcs/0005-state-updates.md @@ -430,7 +430,7 @@ Commit `block` to the non-finalized state. 6. Insert `parent_chain` into `self.chain_set` -### `pub(super) fn commit_new_chain(&mut self, block: Arc)` +#### `pub(super) fn commit_new_chain(&mut self, block: Arc)` Construct a new chain starting with `block`.