mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-29 07:07:16 +00:00
Adjustments for erigon 2 upgrade prototype (#477)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
This commit is contained in:
parent
fdf7c6598b
commit
f16b285631
@ -632,3 +632,11 @@ func (a *Aggregator) WriteAccountStorage(addr, loc []byte, value []byte) error {
|
||||
copy(dbkey[len(addr):], loc)
|
||||
return a.storage.Put(dbkey, value)
|
||||
}
|
||||
|
||||
type FilesStats struct {
|
||||
}
|
||||
|
||||
func (a *Aggregator) Stats() FilesStats {
|
||||
var fs FilesStats
|
||||
return fs
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user