mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove jss::account_index and jss::peer_index.
This commit is contained in:
committed by
Vinnie Falco
parent
1e7588d0ab
commit
ea67a2d051
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user