nit: reorder fields

This commit is contained in:
Denis Angell
2024-05-28 17:02:11 +02:00
parent bf99a1b05d
commit f5bb779f61

View File

@@ -594,6 +594,7 @@ extern SField const sfImportVLKey;
extern SField const sfHookEmission;
extern SField const sfMintURIToken;
extern SField const sfAmountEntry;
extern SField const sfGenesisMint;
// array of objects (common)
// ARRAY/1 is reserved for end of array
@@ -607,7 +608,6 @@ extern SField const sfAffectedNodes;
extern SField const sfMemos;
extern SField const sfNFTokens;
extern SField const sfHooks;
extern SField const sfGenesisMint;
// array of objects (uncommon)
extern SField const sfMajorities;