This commit is contained in:
JoelKatz
2012-05-08 03:46:32 -07:00
parent b61ef68e2f
commit 05131cb61e

View File

@@ -39,7 +39,7 @@ std::string SerializedLedgerEntry::getFullText() const
ret += mIndex.GetHex();
ret += "\" = { ";
ret += mFormat->t_name;
ret += ", ";
ret += ", ";
ret += mObject.getFullText();
ret += "}";
return ret;