mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Framework for account_tx command.
This commit is contained in:
@@ -528,4 +528,12 @@ void NetworkOPs::setMode(OperatingMode om)
|
||||
mMode = om;
|
||||
}
|
||||
|
||||
std::vector< std::pair<uint32, SerializedLedgerEntry::pointer> >
|
||||
NetworkOPs::getAffectedAccounts(const NewcoinAddress& account, uint32 minLedger, uint32 maxLedger)
|
||||
{
|
||||
// WRITEME
|
||||
std::vector< std::pair<uint32, SerializedLedgerEntry::pointer> > affectedAccounts;
|
||||
return affectedAccounts;
|
||||
}
|
||||
|
||||
// vim:ts=4
|
||||
|
||||
Reference in New Issue
Block a user