Fix a header level in the state RFC

This commit is contained in:
teor 2020-10-26 21:11:26 +10:00 committed by GitHub
parent 60322c3d48
commit 7bf2fdd6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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<Block>)`
#### `pub(super) fn commit_new_chain(&mut self, block: Arc<Block>)`
Construct a new chain starting with `block`.