diff --git a/src/ripple/protocol/SField.h b/src/ripple/protocol/SField.h index 1f9d15368..9acf72b59 100644 --- a/src/ripple/protocol/SField.h +++ b/src/ripple/protocol/SField.h @@ -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;