Skip to content

Commit

Permalink
BucketList info struct fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samvel-vardanyan committed Sep 15, 2023
1 parent db4ab0c commit 97458d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/pkg/bucket/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ type BucketInfo struct {
}

type BucketListInfo struct {
Buckets []BucketListInfo
Buckets []BucketInfo
Total types.U32
}

Expand Down

0 comments on commit 97458d7

Please sign in to comment.