Skip to content

Commit

Permalink
chore: fix some struct names in comment (#1370)
Browse files Browse the repository at this point in the history
Signed-off-by: linchizhen <[email protected]>
  • Loading branch information
linchizhen authored and ivokub committed Dec 25, 2024
1 parent 2dd099f commit a7fd508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/hash/mimc/mimc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func TestMimcAll(t *testing.T) {

}

// stateStoreCircuit checks that SetState works as expected. The circuit, however
// stateStoreTestCircuit checks that SetState works as expected. The circuit, however
// does not check the correctness of the hashes returned by the MiMC function
// as there is another test already testing this property.
type stateStoreTestCircuit struct {
Expand Down

0 comments on commit a7fd508

Please sign in to comment.