Skip to content

Commit 5a445a2

Browse files
authored
refcount to u8 from u32 (#123)
1 parent 75ab0a0 commit 5a445a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/account_data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package types
1919
// AccountInfo contains information of an account
2020
type AccountInfo struct {
2121
Nonce U32
22-
Refcount U32
22+
Refcount U8
2323
Data struct {
2424
Free U128
2525
Reserved U128

0 commit comments

Comments
 (0)