mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Add a 'binary' option to doLedgerEntry
This commit is contained in:
@@ -2993,6 +2993,9 @@ Json::Value RPCHandler::doLedgerEntry (Json::Value params, LoadType* loadType, A
|
||||
{
|
||||
SLE::pointer sleNode = mNetOps->getSLEi (lpLedger, uNodeIndex);
|
||||
|
||||
if (params.isMember("binary"))
|
||||
bNodeBinary = params["binary"].asBool();
|
||||
|
||||
if (!sleNode)
|
||||
{
|
||||
// Not found.
|
||||
|
||||
Reference in New Issue
Block a user