From 612a026395c1ab8ad69750c73f70d0b08a9df52a Mon Sep 17 00:00:00 2001 From: miha-stopar Date: Thu, 18 Apr 2024 08:56:16 +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 b992d747bf..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 @@ -123,7 +123,6 @@ func TestUpdateTwoLevels(t *testing.T) { updateStateAndPrepareWitness("UpdateTwoLevels", ks[:], values, []common.Address{addr, addr, addr}, trieModifications) } -/* func TestUpdateTwoLevelsBigVal(t *testing.T) { ks := [...]common.Hash{common.HexToHash("0x11"), common.HexToHash("0x12"), common.HexToHash("0x21")} // this has three levels // hexed keys: @@ -156,7 +155,6 @@ func TestUpdateTwoLevelsBigVal(t *testing.T) { updateStateAndPrepareWitness("UpdateTwoLevelsBigVal", ks[:], values, []common.Address{addr, addr, addr}, trieModifications) } -*/ func TestUpdateThreeLevels(t *testing.T) { ks := [...]common.Hash{