Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim authored Dec 12, 2024
1 parent b571d5e commit 08f1cf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/t_ethereum_evm_precompiles.nim
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ proc loadVectors(TestType: typedesc, filename: string): TestType =
result = content.fromJson(TestType)

proc trusted_setup*(): ptr EthereumKZGContext =
## This is a convenience function for the Ethereum mainnet testing trusted setups.
## It is insecure and will be replaced once the KZG ceremony is done.

var ctx: ptr EthereumKZGContext
let tsStatus = ctx.trusted_setup_load(TrustedSetupMainnet, kReferenceCKzg4844)
Expand Down

0 comments on commit 08f1cf7

Please sign in to comment.