mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
option to return date of transaction in the JSON
This commit is contained in:
@@ -22,7 +22,7 @@ void RippleLines::printRippleLines()
|
||||
|
||||
RippleLines::RippleLines(const uint160& accountID )
|
||||
{
|
||||
fillLines(accountID,theApp->getMasterLedger().getCurrentLedger());
|
||||
fillLines(accountID,theApp->getLedgerMaster().getCurrentLedger());
|
||||
}
|
||||
|
||||
void RippleLines::fillLines(const uint160& accountID, Ledger::ref ledger)
|
||||
|
||||
Reference in New Issue
Block a user