mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Final cleanups.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user