mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +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)
|
copy(dbkey[len(addr):], loc)
|
||||||
return a.storage.Put(dbkey, value)
|
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