From 8b830c55b96d605bef01f9e84f462ad3701670a6 Mon Sep 17 00:00:00 2001 From: 1llusion1st <98103979+1llusion1st@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:11:09 +0200 Subject: [PATCH] fix of account-info structure (#309) Co-authored-by: Andriy --- types/account_data.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/types/account_data.go b/types/account_data.go index 5e48b5271..4e7b59700 100644 --- a/types/account_data.go +++ b/types/account_data.go @@ -18,9 +18,10 @@ package types // AccountInfo contains information of an account type AccountInfo struct { - Nonce U32 - Consumers U32 - Providers U32 + Nonce U32 + Consumers U32 + Providers U32 + Sufficients U32 Data struct { Free U128 Reserved U128