Fix tipo. Credit: @rex4539 (#6328)
This commit is contained in:
parent
360c974829
commit
87f9e02dbf
|
@ -446,7 +446,7 @@ impl Block {
|
||||||
) {
|
) {
|
||||||
// The FinalizedState does not update the note commitment trees with the genesis 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
|
// 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 forces us to skip the genesis block here too in order to able to use
|
||||||
// this to test the finalized state.
|
// this to test the finalized state.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue