From 1dd40080bf00e7b1b3844f61de8956af747aa4ce Mon Sep 17 00:00:00 2001 From: miha-stopar Date: Thu, 18 Apr 2024 11:46:21 +0200 Subject: [PATCH] Test reenabled --- .../mpt/witness/gen_witness_from_infura_blockchain_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/geth-utils/gethutil/mpt/witness/gen_witness_from_infura_blockchain_test.go b/geth-utils/gethutil/mpt/witness/gen_witness_from_infura_blockchain_test.go index 21564fa283..39d920ab29 100644 --- a/geth-utils/gethutil/mpt/witness/gen_witness_from_infura_blockchain_test.go +++ b/geth-utils/gethutil/mpt/witness/gen_witness_from_infura_blockchain_test.go @@ -1716,7 +1716,6 @@ func TestImplicitlyCreateAccountWithCodeHash(t *testing.T) { prepareWitness("ImplicitlyCreateAccountWithCodeHash", trieModifications, statedb) } -/* func TestAccountAddPlaceholderBranch(t *testing.T) { blockNum := 13284469 blockNumberParent := big.NewInt(int64(blockNum)) @@ -1738,7 +1737,6 @@ func TestAccountAddPlaceholderBranch(t *testing.T) { prepareWitness("AccountAddPlaceholderBranch", trieModifications, statedb) } -*/ func TestAccountDeletePlaceholderBranch(t *testing.T) { blockNum := 13284469