From e51827ccaa0d0dde823521f4c869d80ba3abb705 Mon Sep 17 00:00:00 2001 From: joeylichang Date: Fri, 26 Apr 2024 12:28:18 +0800 Subject: [PATCH] fix: pathdb ut --- trie/triedb/pathdb/database_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/trie/triedb/pathdb/database_test.go b/trie/triedb/pathdb/database_test.go index 33896bfa1c..f421c0c65d 100644 --- a/trie/triedb/pathdb/database_test.go +++ b/trie/triedb/pathdb/database_test.go @@ -120,6 +120,7 @@ func newTester(t *testing.T) *tester { } obj.roots = append(obj.roots, root) } + _ = db.Recoverable(types.EmptyRootHash) return obj }