Skip to content

Commit

Permalink
fix ref tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 27, 2023
1 parent 9f00f41 commit 38825a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static KZG getKzgWithLoadedTrustedSetup(final String network) {
final String trustedSetupFile =
Objects.requireNonNull(Eth2NetworkConfiguration.class.getResource(trustedSetupFilename))
.toExternalForm();
final KZG kzg = KZG.INSTANCE;
final KZG kzg = KZG.getInstance();
kzg.loadTrustedSetup(trustedSetupFile);
return kzg;
}
Expand Down

0 comments on commit 38825a3

Please sign in to comment.