Remove unused parameters to accountFromString.

This commit is contained in:
Tom Ritchford
2015-06-08 16:00:13 -04:00
committed by Nik Bougalis
parent f237187b0d
commit c2814308f1
9 changed files with 26 additions and 34 deletions

View File

@@ -29,13 +29,11 @@ namespace RPC {
//
// Returns a Json::objectValue, containing error information if there was one.
Json::Value accountFromString (
Ledger::ref lrLedger,
RippleAddress& naAccount,
bool& bIndex,
std::string const& strIdent,
int const iIndex,
bool const bStrict,
NetworkOPs& netOps)
bool const bStrict)
{
RippleAddress naSeed;