mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
triedb/pathdb: fix broken test
This commit is contained in:
parent
294476e0f0
commit
99bb61207a
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue