core/state: note that error case is unreachable

This commit is contained in:
Jared Wasinger 2026-05-06 14:28:25 -04:00
parent ac8354d4ca
commit aa8745521f

View file

@ -252,7 +252,7 @@ func (db *CachingDB) ReaderEIP7928(stateRoot common.Hash, accessList map[common.
pr := newPrefetchStateReader(r, accessList, threads)
if block {
if err := pr.Wait(); err != nil {
panic("wat do")
panic("unreachable")
}
}