Skip to content

Commit

Permalink
Fix for 1005 (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Aug 8, 2019
1 parent a78d474 commit 2bbcb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/SmartContract/Native/Tokens/Nep5AccountState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public Nep5AccountState(byte[] data)

public void FromByteArray(byte[] data)
{
FromStruct((Struct)data.DeserializeStackItem(16, 32));
FromStruct((Struct)data.DeserializeStackItem(16, 34));
}

protected virtual void FromStruct(Struct @struct)
Expand Down

0 comments on commit 2bbcb14

Please sign in to comment.