From 23f401b6476ee6c1d26f95e7e4dd6f705921a4ad Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 30 May 2013 15:26:42 -0700 Subject: [PATCH] "Features" was supposed to be a Vector256. --- modules/ripple_data/types/ripple_SerializeDeclarations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ripple_data/types/ripple_SerializeDeclarations.h b/modules/ripple_data/types/ripple_SerializeDeclarations.h index a36debe660..45593cce70 100644 --- a/modules/ripple_data/types/ripple_SerializeDeclarations.h +++ b/modules/ripple_data/types/ripple_SerializeDeclarations.h @@ -143,6 +143,7 @@ // vector of 256-bit FIELD(Indexes, VECTOR256, 1) FIELD(Hashes, VECTOR256, 2) + FIELD(Features, VECTOR256, 3) // inner object // OBJECT/1 is reserved for end of object @@ -164,6 +165,5 @@ FIELD(Necessary, ARRAY, 6) FIELD(Sufficient, ARRAY, 7) FIELD(AffectedNodes, ARRAY, 8) - FIELD(Features, ARRAY, 9) // vim:ts=4