From f5bb779f61d71c5bc7fbe5f7effec66ebc078809 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Tue, 28 May 2024 17:02:11 +0200 Subject: [PATCH] nit: reorder fields --- src/ripple/protocol/SField.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;