Fix tipo. Credit: @rex4539 (#6328)

This commit is contained in:
Pili Guerra 2023-03-15 20:40:54 +01:00 committed by GitHub
parent 360c974829
commit 87f9e02dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ impl Block {
) {
// The FinalizedState does not update the note commitment trees with the genesis block,
// because it doesn't need to (the trees are not used at that point) and updating them
// would be awkward since the genesis block is handled separatedly there.
// would be awkward since the genesis block is handled separately there.
// This forces us to skip the genesis block here too in order to able to use
// this to test the finalized state.
//