We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca08b61 commit d8d848eCopy full SHA for d8d848e
src/ripple/protocol/impl/SField.cpp
@@ -161,7 +161,6 @@ CONSTRUCT_TYPED_SFIELD(sfFirstNFTokenSequence, "FirstNFTokenSequence", UINT32,
161
// 32-bit integers (hook)
162
CONSTRUCT_TYPED_SFIELD(sfHookInstructionCost, "HookInstructionCost", UINT32, 91);
163
CONSTRUCT_TYPED_SFIELD(sfHookGas, "HookGas", UINT32, 92);
164
-
165
CONSTRUCT_TYPED_SFIELD(sfStartTime, "StartTime", UINT32, 93);
166
CONSTRUCT_TYPED_SFIELD(sfRepeatCount, "RepeatCount", UINT32, 94);
167
CONSTRUCT_TYPED_SFIELD(sfDelaySeconds, "DelaySeconds", UINT32, 95);
@@ -274,7 +273,6 @@ CONSTRUCT_TYPED_SFIELD(sfBaseFeeDrops, "BaseFeeDrops", AMOU
274
273
CONSTRUCT_TYPED_SFIELD(sfReserveBaseDrops, "ReserveBaseDrops", AMOUNT, 23);
275
CONSTRUCT_TYPED_SFIELD(sfReserveIncrementDrops, "ReserveIncrementDrops", AMOUNT, 24);
276
277
278
// variable length (common)
279
CONSTRUCT_TYPED_SFIELD(sfPublicKey, "PublicKey", VL, 1);
280
CONSTRUCT_TYPED_SFIELD(sfMessageKey, "MessageKey", VL, 2);
0 commit comments