Skip to content

Commit

Permalink
fix: support EventBucketFlowRateLimitStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryTong65 committed Mar 28, 2024
1 parent e0dee88 commit 21b81a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ type BucketMetaWithVGF struct {
// It is used to track the current state of the bucket with respect to off-chain operations,
// 1 means 0001 -> OffChainStatusIsLimited is true
// 0 means 0000 -> OffChainStatusIsLimited is false
// For an explanation of the different OffChainStatus values, please visit:https://github.com/bnb-chain/greenfield-storage-provider/blob/9d7048ad33cf51a2f7eb347e2113c5d0cc45f970/modular/blocksyncer/modules/bucket/bucket_handle.go#L40
OffChainStatus int32 `xml:"OffChainStatus"`
}

Expand Down Expand Up @@ -263,6 +264,7 @@ type BucketMeta struct {
// It is used to track the current state of the bucket with respect to off-chain operations,
// 1 means 0001 -> OffChainStatusIsLimited is true
// 0 means 0000 -> OffChainStatusIsLimited is false
// For an explanation of the different OffChainStatus values, please visit:https://github.com/bnb-chain/greenfield-storage-provider/blob/9d7048ad33cf51a2f7eb347e2113c5d0cc45f970/modular/blocksyncer/modules/bucket/bucket_handle.go#L40
OffChainStatus int32 `xml:"OffChainStatus"`
}

Expand Down

0 comments on commit 21b81a2

Please sign in to comment.