We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3380b commit 8683565Copy full SHA for 8683565
state/factory/erigonstore/systemcontracts.go
@@ -22,6 +22,9 @@ type SystemContract struct {
22
const (
23
// AccountIndex is the system contract for account storage
24
AccountIndex = -1
25
+)
26
+
27
+const (
28
// StakingBucketsContractIndex is the system contract for staking buckets storage
29
StakingBucketsContractIndex int = iota
30
// BucketPoolContractIndex is the system contract for bucket pool storage
0 commit comments