File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
state/factory/erigonstore Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ func init() {
3838 assertions .MustNoError (storageRegistry .RegisterNamespace (state .CandsMapNamespace , CandidateMapContractIndex ))
3939 assertions .MustNoError (storageRegistry .RegisterNamespace (state .StakingNamespace , BucketPoolContractIndex ))
4040 assertions .MustNoError (storageRegistry .RegisterNamespace (state .StakingViewNamespace , StakingViewContractIndex ))
41+ assertions .MustNoError (storageRegistry .RegisterNamespace (state .StakingNamespace , BucketPoolContractIndex ))
4142
4243 assertions .MustNoError (storageRegistry .RegisterObjectStorage (state .AccountKVNamespace , & state.Account {}, AccountIndex ))
4344 assertions .MustNoError (storageRegistry .RegisterObjectStorage (state .AccountKVNamespace , & state.CandidateList {}, PollLegacyCandidateListContractIndex ))
You can’t perform that action at this time.
0 commit comments