From 08f1cf73ba318c48f8046ec7588b539eecf52091 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Thu, 12 Dec 2024 20:47:31 +0100 Subject: [PATCH] Apply suggestions from code review --- tests/t_ethereum_evm_precompiles.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/t_ethereum_evm_precompiles.nim b/tests/t_ethereum_evm_precompiles.nim index fb86029e..69b0c642 100644 --- a/tests/t_ethereum_evm_precompiles.nim +++ b/tests/t_ethereum_evm_precompiles.nim @@ -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)