mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-09 03:36:36 +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