Remove jss::account_index and jss::peer_index.

This commit is contained in:
Tom Ritchford
2015-06-26 18:11:32 -04:00
committed by Vinnie Falco
parent 1e7588d0ab
commit ea67a2d051
12 changed files with 33 additions and 130 deletions

View File

@@ -569,9 +569,6 @@ private:
if (bPeer && iCursor >= 2)
strPeer = jvParams[iCursor].asString ();
int iIndex = 0;
// int iIndex = jvParams.size() >= 2 ? beast::lexicalCast <int>(jvParams[1u].asString()) : 0;
RippleAddress raAddress;
if (! raAddress.setAccountPublic (strIdent) &&
@@ -587,9 +584,6 @@ private:
if (bStrict)
jvRequest[jss::strict] = 1;
if (iIndex)
jvRequest[jss::account_index] = iIndex;
if (!strPeer.empty ())
{
RippleAddress raPeer;