From abcfb230fcb642b793a7d4d687e32205f3fc62c8 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Fri, 19 Aug 2022 11:23:56 +0700 Subject: [PATCH] save --- state/aggregator22.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/state/aggregator22.go b/state/aggregator22.go index eb30948aa..0c2b0c689 100644 --- a/state/aggregator22.go +++ b/state/aggregator22.go @@ -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