triedb/pathdb: fix broken test

This commit is contained in:
Gary Rong 2025-01-22 14:25:17 +08:00
parent 294476e0f0
commit 99bb61207a

View file

@ -527,7 +527,7 @@ func TestDisable(t *testing.T) {
maxDiffLayers = 128
}()
tester := newTester(t, 0, false, 12)
tester := newTester(t, 0, false, 32)
defer tester.release()
stored := crypto.Keccak256Hash(rawdb.ReadAccountTrieNode(tester.db.diskdb, nil))