Skip to content

Commit

Permalink
Add "Assets" field to assetIDFields. It works the same way as others …
Browse files Browse the repository at this point in the history
…in the list.
  • Loading branch information
MetaB0y authored Aug 10, 2022
1 parent 2bcef8f commit da40082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/lib/itxn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const assetIDFields: { [key: number]: Set<string> } = {
2: new Set(),
3: new Set(),
4: new Set(),
5: new Set(["XferAsset", "FreezeAsset", "ConfigAsset"]),
5: new Set(["XferAsset", "FreezeAsset", "ConfigAsset", "Assets"]),
};

assetIDFields[6] = cloneDeep(assetIDFields[5]);
Expand Down

0 comments on commit da40082

Please sign in to comment.