still working

This commit is contained in:
jed
2012-11-28 16:29:15 -08:00
parent 725761d60e
commit e90a1a404d
3 changed files with 18 additions and 6 deletions

View File

@@ -231,7 +231,7 @@ public:
// client information retrieval functions
std::vector< std::pair<uint32, uint256> >
getAffectedAccounts(const RippleAddress& account, uint32 minLedger, uint32 maxLedger);
getAccountTxs(const RippleAddress& account, uint32 minLedger, uint32 maxLedger);
std::vector<RippleAddress> getLedgerAffectedAccounts(uint32 ledgerSeq);
std::vector<SerializedTransaction> getLedgerTransactions(uint32 ledgerSeq);