Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Dec 1, 2021
1 parent 41146d6 commit 2d94bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/blocktree/blocktree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ func TestBlockTree_AllLeavesHasSameNumberAndArrivalTime_DeepestBlockHash_ShouldH
// and all block with the same arrival time

/**
base tree and nodes representation, all with the same arraival time and all
base tree and nodes representation, all with the same arrival time and all
the leaves has the same number (8) the numbers in the right represents the order
the nodes are inserted into the blocktree.
Expand Down Expand Up @@ -526,7 +526,7 @@ func TestBlockTree_AllLeavesHasSameNumberAndArrivalTime_DeepestBlockHash_ShouldH
}
}

// create all the branch nodes with the same arraival time
// create all the branch nodes with the same arrival time
for _, branch := range branches {
previousHash = branch.hash

Expand Down

0 comments on commit 2d94bc4

Please sign in to comment.