Skip to content

Commit

Permalink
- fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Jul 10, 2023
1 parent a5e5cfb commit 056a257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epochStart/metachain/validators_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ func TestValidatorInfoCreator_CreateMiniblockBackwardsCompatibility(t *testing.T
testCreateMiniblockBackwardsCompatibility(t, false, "./testdata/expected-legacy.data")
})
t.Run("full deterministic mode", func(t *testing.T) {
//this will prevent from changes the deterministic algorithm as to not create future backwards compatibility issues
// this will prevent changes to the deterministic algorithm and ensure the backward compatibility
testCreateMiniblockBackwardsCompatibility(t, true, "./testdata/expected-deterministic.data")
})
}
Expand Down

0 comments on commit 056a257

Please sign in to comment.