ledger_entry RPC by index matches other forms [RIPD-1538]

This commit is contained in:
Scott Schurr
2018-10-09 18:27:09 -07:00
committed by Mike Ellery
parent 8fc6a8175b
commit 63e167b7a3
2 changed files with 10 additions and 9 deletions

View File

@@ -50,7 +50,6 @@ Json::Value doLedgerEntry (RPC::Context& context)
if (context.params.isMember (jss::index))
{
uNodeIndex.SetHex (context.params[jss::index].asString());
bNodeBinary = true;
}
else if (context.params.isMember (jss::account_root))
{