Final cleanups.

This commit is contained in:
JoelKatz
2013-04-24 08:29:08 -07:00
parent b0519df150
commit a7b679e2d0
7 changed files with 14 additions and 10 deletions

View File

@@ -299,7 +299,8 @@ Json::Value Transaction::getJson(int options, bool binary) const
if (mInLedger)
{
ret["inLedger"] = mInLedger;
ret["inLedger"] = mInLedger; // Deprecated.
ret["ledger_index"] = mInLedger;
if(options == 1)
{