mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Merge fixes.
This commit is contained in:
@@ -295,10 +295,9 @@ bool Transaction::convertToTransactions(uint32 firstLedgerSeq, uint32 secondLedg
|
||||
// options 1 to include the date of the transaction
|
||||
Json::Value Transaction::getJson(int options, bool binary) const
|
||||
{
|
||||
|
||||
Json::Value ret(mTransaction->getJson(0, binary));
|
||||
|
||||
if (mInLedger)
|
||||
if (mInLedger)
|
||||
{
|
||||
ret["inLedger"] = mInLedger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user