mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove unused parameters to accountFromString.
This commit is contained in:
committed by
Nik Bougalis
parent
f237187b0d
commit
c2814308f1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user