From 079d376390070dafc4b78f166d2b0da1f30bec10 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 28 Sep 2012 22:40:00 -0700 Subject: [PATCH] Bugfix. --- src/SerializeProto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SerializeProto.h b/src/SerializeProto.h index fe8778c04a..2b1050bb41 100644 --- a/src/SerializeProto.h +++ b/src/SerializeProto.h @@ -27,7 +27,7 @@ // 16-bit integers FIELD(LedgerEntryType, UINT16, 1) - FIELD(TransactionType, UINT16, 1) + FIELD(TransactionType, UINT16, 2) // 32-bit integers (common) FIELD(ObjectType, UINT32, 1)