Skip to content

Commit

Permalink
FIX AccountInfo Refcount should be unsigned 32 (see paritytech/substr…
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTrk committed Oct 5, 2020
1 parent 94e87b9 commit fea0bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/account_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package types
// AccountInfo contains information of an account
type AccountInfo struct {
Nonce U32
Refcount U8
Refcount U32
Data struct {
Free U128
Reserved U128
Expand Down

0 comments on commit fea0bca

Please sign in to comment.