Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
schomatis committed Oct 22, 2021
1 parent ba2d000 commit f7a8e99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions private/completehamt/hamt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ func TestCreateCompleteShard(t *testing.T) {
assert.NoError(t, err)

childNodes := int(math.Pow(float64(childsPerNode), float64(treeHeight)))
//internalNodes := int(math.Pow(float64(childsPerNode), float64(treeHeight-1)))
//totalNodes := childNodes + internalNodes
assert.Equal(t, childNodes, len(links))
}

0 comments on commit f7a8e99

Please sign in to comment.