Upgrade geth to v1.10.9.
This commit is contained in:
@@ -44,6 +44,10 @@ type Database struct {
|
||||
cache *groupcache.Group
|
||||
}
|
||||
|
||||
func (d *Database) ModifyAncients(f func(ethdb.AncientWriteOp) error) (int64, error) {
|
||||
return 0, errNotSupported
|
||||
}
|
||||
|
||||
type CacheConfig struct {
|
||||
Name string
|
||||
Size int
|
||||
|
||||
Reference in New Issue
Block a user