Skip to content

Commit

Permalink
Add name of lib to struct and union spec entries (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Aug 30, 2022
1 parent bc2e590 commit a05d528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Stellar-contract-spec.x
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ struct SCSpecUDTStructFieldV0

struct SCSpecUDTStructV0
{
string lib<80>;
string name<60>;
SCSpecUDTStructFieldV0 fields<40>;
};
Expand All @@ -133,6 +134,7 @@ struct SCSpecUDTUnionCaseV0

struct SCSpecUDTUnionV0
{
string lib<80>;
string name<60>;
SCSpecUDTUnionCaseV0 cases<50>;
};
Expand Down

0 comments on commit a05d528

Please sign in to comment.