From 11e82ef581407c09622c71feccc1423f64b3d250 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 30 Sep 2024 15:59:30 +0200 Subject: [PATCH] core/types: update empty hash --- core/types/hashes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/types/hashes.go b/core/types/hashes.go index 33f543e80c..f9a37f12c3 100644 --- a/core/types/hashes.go +++ b/core/types/hashes.go @@ -42,7 +42,7 @@ var ( EmptyWithdrawalsHash = common.HexToHash("56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421") // EmptyRequestsHash is the known hash of the empty requests set. - EmptyRequestsHash = common.HexToHash("1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347") + EmptyRequestsHash = common.HexToHash("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855") // EmptyVerkleHash is the known hash of an empty verkle trie. EmptyVerkleHash = common.Hash{}