We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8d3bf commit 894be52Copy full SHA for 894be52
src/ethereum_test_types/blob_types.py
@@ -59,7 +59,6 @@ def trusted_setup(cls):
59
trusted_setup_path = Path(realpath(__file__)).parent / "kzg_trusted_setup.txt"
60
trusted_setup = ckzg.load_trusted_setup(str(trusted_setup_path), 0)
61
cls._trusted_setup = trusted_setup
62
- print("I HAVE LOADED THE TRUSTED SETUP")
63
64
return cls._trusted_setup
65
0 commit comments