Skip to content

Commit 08f1cf7

Browse files
authored
Apply suggestions from code review
1 parent b571d5e commit 08f1cf7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/t_ethereum_evm_precompiles.nim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ proc loadVectors(TestType: typedesc, filename: string): TestType =
4646
result = content.fromJson(TestType)
4747

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

5250
var ctx: ptr EthereumKZGContext
5351
let tsStatus = ctx.trusted_setup_load(TrustedSetupMainnet, kReferenceCKzg4844)

0 commit comments

Comments
 (0)