Skip to content

Commit 8683565

Browse files
committed
fix system contract index
1 parent ee3380b commit 8683565

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

state/factory/erigonstore/systemcontracts.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ type SystemContract struct {
2222
const (
2323
// AccountIndex is the system contract for account storage
2424
AccountIndex = -1
25+
)
26+
27+
const (
2528
// StakingBucketsContractIndex is the system contract for staking buckets storage
2629
StakingBucketsContractIndex int = iota
2730
// BucketPoolContractIndex is the system contract for bucket pool storage

0 commit comments

Comments
 (0)