Skip to content

Commit

Permalink
Merge pull request #202 from WayFarerDimitri/master
Browse files Browse the repository at this point in the history
Update account.go
  • Loading branch information
xssnick authored Jun 12, 2024
2 parents 5a8cdc8 + a243748 commit f0539e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlb/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ type AccountStorage struct {
}

type StorageUsed struct {
BitsUsed *big.Int `tlb:"var uint 7"`
CellsUsed *big.Int `tlb:"var uint 7"`
BitsUsed *big.Int `tlb:"var uint 7"`
PublicCellsUsed *big.Int `tlb:"var uint 7"`
}

Expand Down

0 comments on commit f0539e0

Please sign in to comment.