From 8c354f46b784c69b3940bf74542d8793a1402fe6 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Wed, 19 Sep 2012 23:41:06 -0700 Subject: [PATCH] Fix the bug Jed reported. --- src/Ledger.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Ledger.cpp b/src/Ledger.cpp index 2348ef63e..b419a493f 100644 --- a/src/Ledger.cpp +++ b/src/Ledger.cpp @@ -505,7 +505,6 @@ void Ledger::addJson(Json::Value& ret, int options) { SerializerIterator sit(item->peekSerializer()); Serializer sTxn(sit.getVL()); - Serializer sMeta(sit.getVL()); SerializerIterator tsit(sTxn); SerializedTransaction txn(tsit);