From 87f9e02dbf01cccdba12e689abcf777fb7675e6b Mon Sep 17 00:00:00 2001 From: Pili Guerra Date: Wed, 15 Mar 2023 20:40:54 +0100 Subject: [PATCH] Fix tipo. Credit: @rex4539 (#6328) --- zebra-chain/src/block/arbitrary.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/block/arbitrary.rs b/zebra-chain/src/block/arbitrary.rs index c8c37411..cc68df2c 100644 --- a/zebra-chain/src/block/arbitrary.rs +++ b/zebra-chain/src/block/arbitrary.rs @@ -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. //