Framework for account_tx command.

This commit is contained in:
JoelKatz
2012-06-09 16:58:04 -07:00
parent c0fced82c8
commit 380902536f
4 changed files with 73 additions and 6 deletions

View File

@@ -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