Work on offers.

This commit is contained in:
Arthur Britto
2012-07-16 18:54:31 -07:00
parent 060772ad7d
commit fcd13d0208
10 changed files with 577 additions and 515 deletions

View File

@@ -268,9 +268,9 @@ Json::Value NetworkOPs::getOwnerInfo(Ledger::pointer lpLedger, const NewcoinAddr
// Ripple functions
//
RippleState::pointer NetworkOPs::getRippleState(const uint256& uLedger, const uint256& uIndex)
RippleState::pointer NetworkOPs::accessRippleState(const uint256& uLedger, const uint256& uIndex)
{
return mLedgerMaster->getLedgerByHash(uLedger)->getRippleState(uIndex);
return mLedgerMaster->getLedgerByHash(uLedger)->accessRippleState(uIndex);
}
//