Skip to content

Commit

Permalink
Rename CustomerUsage to BucketUsage
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Nov 19, 2024
1 parent f558787 commit 4056a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blockchain/pallets/ddccustomers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Bucket struct {
ClusterId ClusterId
IsPublic types.Bool
IsRemoved types.Bool
TotalCustomersUsage types.Option[CustomerUsage]
TotalCustomersUsage types.Option[BucketUsage]
}

type UnlockChunk struct {
Expand Down
2 changes: 1 addition & 1 deletion blockchain/pallets/primitives.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (m ClusterStatus) Encode(encoder scale.Encoder) error {
return nil
}

type CustomerUsage struct {
type BucketUsage struct {
TransferredBytes types.U64
StoredBytes types.I64
NumberOfPuts types.U64
Expand Down

0 comments on commit 4056a03

Please sign in to comment.