mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 02:25:52 +00:00
Fix parsing in ledger_request
This commit is contained in:
@@ -499,7 +499,7 @@ private:
|
||||
|
||||
std::string strLedger = jvParams[0u].asString ();
|
||||
|
||||
if (strLedger.length () == 32)
|
||||
if (strLedger.length () == 64)
|
||||
{
|
||||
jvRequest[jss::ledger_hash] = strLedger;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user