Skip to content

Commit

Permalink
fix incorrect code to load falcon test vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
eum602 committed Sep 29, 2023
1 parent ee55c67 commit 720acab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ private static void benchFalcon512() {
new FalconPrecompiledContract(new IstanbulGasCalculator());
final JsonNode falconVectors;
try (final InputStream testVectors =
FalconPrecompiledBenchmark.class.getResourceAsStream("falconBenchVectors.json")) {
Benchmarks.class.getResourceAsStream("falconBenchVectors.json")) {
falconVectors = new ObjectMapper().readTree(testVectors);

} catch (IOException e) {
Expand Down

0 comments on commit 720acab

Please sign in to comment.