Skip to content

Commit 8b830c5

Browse files
authored
fix of account-info structure (#309)
Co-authored-by: Andriy <andriy.vasyltsiv@gmail.com>
1 parent ccecb66 commit 8b830c5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

types/account_data.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ package types
1818

1919
// AccountInfo contains information of an account
2020
type AccountInfo struct {
21-
Nonce U32
22-
Consumers U32
23-
Providers U32
21+
Nonce U32
22+
Consumers U32
23+
Providers U32
24+
Sufficients U32
2425
Data struct {
2526
Free U128
2627
Reserved U128

0 commit comments

Comments
 (0)