mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 20:17:17 +00:00
revert changed bucket name
This commit is contained in:
parent
1ffbb97752
commit
75e0b1bc85
@ -15,7 +15,7 @@ func init() {
|
||||
return err
|
||||
}
|
||||
|
||||
//reporter.StateGrowth1(chaindata)
|
||||
reporter.StateGrowth1(chaindata)
|
||||
reporter.StateGrowth2(chaindata)
|
||||
return nil
|
||||
},
|
||||
|
@ -242,7 +242,7 @@ func (r *Reporter) StateGrowth2(chaindata string) {
|
||||
var hash common.Hash
|
||||
// Go through the history of account first
|
||||
if err = r.db.View(func(tx *remote.Tx) error {
|
||||
b := tx.Bucket(dbutils.AccountsHistoryBucket)
|
||||
b := tx.Bucket(dbutils.StorageHistoryBucket)
|
||||
if b == nil {
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user