mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
changed some RPC returns
This commit is contained in:
@@ -412,7 +412,8 @@ void Ledger::addJson(Json::Value& ret, int options)
|
||||
}
|
||||
ledger["AccountState"] = state;
|
||||
}
|
||||
ret[boost::lexical_cast<std::string>(mLedgerSeq)] = ledger;
|
||||
ledger["SeqNum"]=boost::lexical_cast<std::string>(mLedgerSeq);
|
||||
ret["ledger"] = ledger;
|
||||
}
|
||||
|
||||
void Ledger::setAcquiring(void)
|
||||
|
||||
Reference in New Issue
Block a user