mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 21:45:52 +00:00
"Features" was supposed to be a Vector256.
This commit is contained in:
@@ -143,6 +143,7 @@
|
|||||||
// vector of 256-bit
|
// vector of 256-bit
|
||||||
FIELD(Indexes, VECTOR256, 1)
|
FIELD(Indexes, VECTOR256, 1)
|
||||||
FIELD(Hashes, VECTOR256, 2)
|
FIELD(Hashes, VECTOR256, 2)
|
||||||
|
FIELD(Features, VECTOR256, 3)
|
||||||
|
|
||||||
// inner object
|
// inner object
|
||||||
// OBJECT/1 is reserved for end of object
|
// OBJECT/1 is reserved for end of object
|
||||||
@@ -164,6 +165,5 @@
|
|||||||
FIELD(Necessary, ARRAY, 6)
|
FIELD(Necessary, ARRAY, 6)
|
||||||
FIELD(Sufficient, ARRAY, 7)
|
FIELD(Sufficient, ARRAY, 7)
|
||||||
FIELD(AffectedNodes, ARRAY, 8)
|
FIELD(AffectedNodes, ARRAY, 8)
|
||||||
FIELD(Features, ARRAY, 9)
|
|
||||||
|
|
||||||
// vim:ts=4
|
// vim:ts=4
|
||||||
|
|||||||
Reference in New Issue
Block a user