mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
ledger_entry RPC by index matches other forms [RIPD-1538]
This commit is contained in:
committed by
Mike Ellery
parent
8fc6a8175b
commit
63e167b7a3
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user