mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-28 14:47:16 +00:00
save
This commit is contained in:
parent
d93972c581
commit
abcfb230fc
@ -806,6 +806,10 @@ func (a *Aggregator22) Stats() FilesStats22 {
|
||||
return fs
|
||||
}
|
||||
|
||||
func (a *Aggregator22) Code() *History { return a.code }
|
||||
func (a *Aggregator22) Accounts() *History { return a.accounts }
|
||||
func (a *Aggregator22) Storage() *History { return a.storage }
|
||||
|
||||
type Aggregator22Context struct {
|
||||
a *Aggregator22
|
||||
keyBuf []byte
|
||||
|
Loading…
Reference in New Issue
Block a user