More bugfixes.

This commit is contained in:
JoelKatz
2011-12-15 12:53:56 -08:00
parent c7f890ab47
commit 56484476a9
3 changed files with 7 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ int NetworkOPs::findTransactionsByDestination(std::list<Transaction::pointer>& t
const uint160& destinationAccount, uint32 startLedgerSeq, uint32 endLedgerSeq, int maxTransactions)
{
// WRITEME
return 0;
}
AccountState::pointer NetworkOPs::getAccountState(const uint160& accountID)