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