Upgrade geth to v1.10.9.

This commit is contained in:
Arijit Das
2021-10-06 15:21:36 +05:30
parent 300bea9e20
commit e57893f2c0
4 changed files with 18 additions and 7 deletions
+4
View File
@@ -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